Browse Source

Merge branch 'release' of http://git.elinkit.com.cn:7070/r/epdc-resident-mp-js into release

feature/optimise
ZhaoTongYao 5 years ago
parent
commit
b88d3e36c4
  1. 2
      pages/toRegister/toRegister.js
  2. 6
      project.config.json

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// }
// })
let that = this
const versionNum = "1.4.22"
const versionNum = "1.4.23"
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag

6
project.config.json

@ -17,15 +17,15 @@
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false,
"compileHotReLoad": false,
"useIsolateContext": true
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",
"libVersion": "2.8.2",

Loading…
Cancel
Save