diff --git a/.env.dev b/.env.dev index e1e5a85..5046bbe 100644 --- a/.env.dev +++ b/.env.dev @@ -1,2 +1,2 @@ # 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config -TARO_APP_ID="wxa76ef89a218f32f8" +TARO_APP_ID="wx636eb7cf2b84f305" diff --git a/.env.prod b/.env.prod index 0a6e37d..b9d1e03 100644 --- a/.env.prod +++ b/.env.prod @@ -1 +1 @@ -TARO_APP_ID="wxa76ef89a218f32f8" +TARO_APP_ID="wx636eb7cf2b84f305" diff --git a/.env.test b/.env.test index 0a6e37d..b9d1e03 100644 --- a/.env.test +++ b/.env.test @@ -1 +1 @@ -TARO_APP_ID="wxa76ef89a218f32f8" +TARO_APP_ID="wx636eb7cf2b84f305" diff --git a/project.config.json b/project.config.json index 2bbcdfa..288b4ce 100644 --- a/project.config.json +++ b/project.config.json @@ -2,11 +2,11 @@ "miniprogramRoot": "dist/", "projectname": "EVA-Notify", "description": "A Wechat miniprogram project of EVA platform", - "appid": "wxa76ef89a218f32f8", + "appid": "wx636eb7cf2b84f305", "setting": { "urlCheck": true, - "es6": false, - "enhance": false, + "es6": true, + "enhance": true, "compileHotReLoad": false, "postcss": false, "minified": false, @@ -14,7 +14,8 @@ "ignore": [], "disablePlugins": [], "outputPath": "" - } + }, + "packNpmRelationList": [] }, "compileType": "miniprogram", "libVersion": "3.3.4", @@ -28,4 +29,4 @@ "tabIndent": "insertSpaces", "tabSize": 2 } -} \ No newline at end of file +}