zxjt-h5/demo.js

27 lines
544 B
JavaScript
Raw Permalink Normal View History

2024-07-08 10:35:44 +08:00
"uni-app": {
"scripts": {
"h5dev": {
"title":"H5测试开发环境",
"browser":"chrome",
"env": {
"UNI_PLATFORM": "h5",
// "REQUEST_BASE_URL": "http://zxjt.test.86698.cn"
"REQUEST_BASE_URL": "http://zxjt.test.86698.cn"
},
"define": {
}
},
"h5prod": {
"title":"H5正式生产环境",
"browser":"chrome",
"env": {
"UNI_PLATFORM": "h5",
"REQUEST_BASE_URL": "https://zxjt.86698.cn"
},
"define": {
}
}
}
}