zxjt-h5/package.json

39 lines
763 B
JSON

{
"name": "领红包",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"uni-app": {
"scripts": {
"h5dev": {
"title":"H5测试开发环境",
"browser":"chrome",
"env": {
"UNI_PLATFORM": "h5",
"REQUEST_BASE_URL": "https://zxjt.test.86698.cn"
},
"define": {
}
},
"h5prod": {
"title":"H5正式生产环境",
"browser":"chrome",
"env": {
"UNI_PLATFORM": "h5",
"REQUEST_BASE_URL": "https://zxjt.86698.cn"
},
"define": {
}
}
}
},
"keywords": [],
"author": "",
"license": "ISC"
}