|
|
@@ -4,8 +4,7 @@
|
|
|
"scripts": {
|
|
|
"dev:custom": "uni -p",
|
|
|
"dev:custom wp-dev": "npm run dev:custom wp-dev",
|
|
|
- "dev:custom wp-sit": "npm run dev:custom wp-sit",
|
|
|
- "dev:custom wp-uat": "npm run dev:custom wp-uat",
|
|
|
+ "dev:custom wp-prod": "npm run dev:custom wp-prod",
|
|
|
"build:custom": "uni build -p",
|
|
|
"build:custom wp-uat": "npm run build:custom wp-uat",
|
|
|
"build:custom wp-prod": "npm run build:custom wp-prod"
|
|
|
@@ -19,20 +18,6 @@
|
|
|
"BASE_API_URL": "http://localhost:8080"
|
|
|
}
|
|
|
},
|
|
|
- "wp-sit": {
|
|
|
- "title": "微信小程序 sit-测试环境",
|
|
|
- "env": {
|
|
|
- "UNI_PLATFORM": "mp-weixin",
|
|
|
- "BASE_API_URL": "http://192.168.123.242:8080"
|
|
|
- }
|
|
|
- },
|
|
|
- "wp-uat": {
|
|
|
- "title": "微信小程序 uat-测试环境",
|
|
|
- "env": {
|
|
|
- "UNI_PLATFORM": "mp-weixin",
|
|
|
- "BASE_API_URL": "https://api-dataeasy.20261001.xyz"
|
|
|
- }
|
|
|
- },
|
|
|
"wp-prod": {
|
|
|
"title": "微信小程序 prod-生产环境",
|
|
|
"env": {
|