Conf:增加Fix环境的配置

(cherry picked from commit 663d8f06fb)
This commit is contained in:
lifizer
2026-07-24 16:55:24 +08:00
parent 6ab3d5cc75
commit a4751dc9f6
2 changed files with 19 additions and 0 deletions
+11
View File
@@ -133,6 +133,17 @@
"CUSTOM-CONST": true
}
},
"mp-weixin-fix": {
"title": "微信小程序(Fix环境)",
"env": {
"UNI_PLATFORM": "mp-weixin",
"VUE_APP_ENV": "fix",
"UNI_OUTPUT_DIR": "dist"
},
"define": {
"CUSTOM-CONST": true
}
},
"mp-weixin": {
"title": "微信小程序(生产环境)",
"env": {