change weapp id
parent
b88beeb9e7
commit
58ffec6cb6
2
.env.dev
2
.env.dev
|
|
@ -1,2 +1,2 @@
|
|||
# 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config
|
||||
TARO_APP_ID="wxa76ef89a218f32f8"
|
||||
TARO_APP_ID="wx636eb7cf2b84f305"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue