修改配置为正式版本

This commit is contained in:
zhl 2019-04-30 17:05:10 +08:00
parent 45b0915f83
commit 63c62c0ade
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"description": "游戏电商小程序",
"setting": {
"urlCheck": false,
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false,

View File

@ -1,4 +1,4 @@
const env = 'test'; //product
const env = 'product'; //product
export default {
env: env,
// apiBase: 'http://192.168.100.232',