This commit is contained in:
java110 2020-08-11 15:12:36 +08:00
parent c430d6a057
commit 3f8477001e
2 changed files with 27 additions and 2 deletions

View File

@ -197,7 +197,7 @@
let wAppId=uni.getStorageSync(constant.mapping.W_APP_ID);
uni.clearStorageSync();
if (wAppId != null && wAppId != undefined && wAppId != '') {
uni.setStorageSync(constant.mapping.W_APP_ID, _option.wAppId);
uni.setStorageSync(constant.mapping.W_APP_ID, wAppId);
}
uni.navigateTo({
url:'/pages/login/login'

View File

@ -5,12 +5,37 @@
},
"setting": {
"urlCheck": false,
"es6": false
"es6": false,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx983aec19363db64d",
"projectname": "%E7%9B%8A%E6%8E%8C%E9%80%9A",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,