赞
踩
1、打开package.json,新增以下代码
- "uni-app": {
- "scripts": {
- "mp-test": {
- "title": "测试环境",
- "env": {
- "UNI_PLATFORM": "h5"
- },
- "define": {
- "MP-TEST": true
- }
- }
- }
- }
2、修改测试环境的请求地址
- // #ifdef MP-TEST
- url = 'http://test.xxxxxxx.net';// 预发布环境域名
- // #endif
3、在运行中会出现测试环境,点击即可本地运行
4、打包时,选择自定义发行,选择测试环境即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。