Mr.Zhang
2023-09-06 c9a0e7808723c7a2534f07de2cfd35d1c9f2758a
minipro_standard/common/config.js
@@ -1,7 +1,8 @@
module.exports = {
   // baseUrl: 'http://106.14.20.42/test_hfznzz/',
   // baseUrl: 'https://hefei.dtkey.cn/test_hfznzz/',
   baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
   baseUrl: 'http://192.168.0.15:10021',
   // baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
   phoneRegular: /^1[3456789]\d{9}$/,
   mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
   positiveInteger: /^[0-9]*[1-9][0-9]*$/,
@@ -13,5 +14,17 @@
      HG: 'APPLIANCE_ONTEST',
      BL: 'APPLIANCE_OFFTEST',
      BF: 'APPLIANCE_USELESS'
   },
   QRCodeType: {
      WL: 0, //0
      CK: 1, // 1
      HW: 2, // 2
      GD: 3, // 3
      GZ: 4, // 4
      SB: 5, // 5
      YG: 6, // 6
      ZKD: 7, // 7
      CKD: 8, // 8
      RKD: 9 // 9
   }
}