修改package.json文件
{
"uni-app" : {
"scripts": {
"prewx": {
"title": "测试版小程序",
"env": {
"UNI_PLATFORM": "mp-weixin",
"UNI_BASE_URL": "https://xxx.xxxx.com",
"UNI_BASE_APPID": "xxxx",
"UNI_BASE_NAME": "xxxxx"
}
},
"prodwx": {
"title": "正式版小程序",
"env": {
"UNI_PLATFORM": "mp-weixin",
"UNI_BASE_URL": "https://xxx.xxxx.com",
"UNI_BASE_APPID": "自定义appid,可以是不同的小程序id",
"UNI_BASE_NAME": "自定义appid,可以是不同的小程序id"
}
}
}
}
}
小于 1 分钟