mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化
This commit is contained in:
parent
c430d6a057
commit
3f8477001e
@ -197,7 +197,7 @@
|
|||||||
let wAppId=uni.getStorageSync(constant.mapping.W_APP_ID);
|
let wAppId=uni.getStorageSync(constant.mapping.W_APP_ID);
|
||||||
uni.clearStorageSync();
|
uni.clearStorageSync();
|
||||||
if (wAppId != null && wAppId != undefined && wAppId != '') {
|
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({
|
uni.navigateTo({
|
||||||
url:'/pages/login/login'
|
url:'/pages/login/login'
|
||||||
|
|||||||
27
unpackage/dist/dev/mp-weixin/project.config.json
vendored
27
unpackage/dist/dev/mp-weixin/project.config.json
vendored
@ -5,12 +5,37 @@
|
|||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false,
|
"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",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "",
|
"libVersion": "",
|
||||||
"appid": "wx983aec19363db64d",
|
"appid": "wx983aec19363db64d",
|
||||||
"projectname": "%E7%9B%8A%E6%8E%8C%E9%80%9A",
|
"projectname": "%E7%9B%8A%E6%8E%8C%E9%80%9A",
|
||||||
|
"simulatorType": "wechat",
|
||||||
|
"simulatorPluginLibVersion": {},
|
||||||
"condition": {
|
"condition": {
|
||||||
"search": {
|
"search": {
|
||||||
"current": -1,
|
"current": -1,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user