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
b1e48c0fd4
  1. 2
      pages/toRegister/toRegister.js
  2. 22
      project.config.json

2
pages/toRegister/toRegister.js

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

22
project.config.json

@ -29,9 +29,9 @@
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"userConfirmedBundleSwitch": false,
"minifyWXSS": true
},
"compileType": "miniprogram",
@ -49,6 +49,14 @@
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"list": []
},
@ -124,10 +132,18 @@
"scene": null
},
{
"name": "subpages/oneKeyService/pages/reportIssue/reportIssue",
"pathName": "subpages/oneKeyService/pages/reportIssue/reportIssue",
"id": 9,
"name": "subpages/oneKeyService/pages/index/index",
"pathName": "subpages/oneKeyService/pages/index/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "subpages/oneKeyService/pages/moduleList/moduleList",
"pathName": "subpages/oneKeyService/pages/moduleList/moduleList",
"query": "pid=4d667ea4ff8fb045b03a68a9d24207e9&bannerflag=1&categorycode=notice_jsqf&modulestyle=2&categoryname=锦水清风",
"scene": null
}
]
}

Loading…
Cancel
Save