From e06b5ce9b1bb232e9c1fe8b42cd7c8470907fdca Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Mon, 18 Mar 2019 11:09:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AF=8C=E8=8C=82=E9=93=BE=E5=AE=A2C4.1.0?= =?UTF-8?q?=E5=8F=91=E7=89=88]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.js | 2 +- project.config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/user/index.js b/pages/user/index.js index daba063..c97db19 100644 --- a/pages/user/index.js +++ b/pages/user/index.js @@ -1,7 +1,7 @@ const extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {} let appVersion; if (Object.keys(extConfig).length == 0) { - appVersion = 'C.3.3.8'; + appVersion = 'C.4.1.0'; } var config = require("../../config/config.js"); var app = getApp(); diff --git a/project.config.json b/project.config.json index b11f49c..514216b 100644 --- a/project.config.json +++ b/project.config.json @@ -4,7 +4,7 @@ "ignore": [] }, "setting": { - "urlCheck": false, + "urlCheck": true, "es6": true, "postcss": true, "minified": true, @@ -13,7 +13,7 @@ }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wxb11603577a84a86d", + "appid": "wx649b3be73c1afe47", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "condition": {