zxjt-h5/package.json

39 lines
763 B
JSON
Raw Permalink Normal View History

2024-07-08 10:35:44 +08:00
{
2024-09-27 15:43:42 +08:00
"name": "领红包",
2024-07-08 10:35:44 +08:00
"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",
2024-09-27 15:43:42 +08:00
"REQUEST_BASE_URL": "https://zxjt.test.86698.cn"
2024-07-08 10:35:44 +08:00
},
"define": {
}
},
"h5prod": {
"title":"H5正式生产环境",
"browser":"chrome",
"env": {
"UNI_PLATFORM": "h5",
"REQUEST_BASE_URL": "https://zxjt.86698.cn"
},
"define": {
}
}
}
},
"keywords": [],
"author": "",
"license": "ISC"
}