From 63c62c0adef0644028769d39b2c35bf56a9c8c97 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 30 Apr 2019 17:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/common/global.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.config.json b/project.config.json index 8f20457..8ada6e9 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,7 @@ { "description": "游戏电商小程序", "setting": { - "urlCheck": false, + "urlCheck": true, "es6": false, "postcss": false, "minified": false, diff --git a/src/common/global.js b/src/common/global.js index 3e3ade7..94704e5 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -1,4 +1,4 @@ -const env = 'test'; //product +const env = 'product'; //product export default { env: env, // apiBase: 'http://192.168.100.232',