From 3f8477001eed8afb4a10b8159f96c5c4466db697 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 11 Aug 2020 15:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/settings/settings.vue | 2 +- .../dist/dev/mp-weixin/project.config.json | 27 ++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/pages/settings/settings.vue b/pages/settings/settings.vue index 1799b15..93d269a 100644 --- a/pages/settings/settings.vue +++ b/pages/settings/settings.vue @@ -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' diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index 9c29ab5..380a7d9 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -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,