12345678910111213141516171819202122232425262728 |
- {
- "uni-app": {
- "scripts": {
- "build:build64": {
- "title": "build:build64",
- "env": {
- "UNI_PLATFORM": "h5",
- "H_NODE_ENV": "development",
- "H_BASE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi",
- "H_UP_FILE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi"
- }
- },
- "build:buildOnline": {
- "title": "build:online",
- "env": {
- "UNI_PLATFORM": "h5",
- "H_NODE_ENV": "production",
- "H_BASE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi",
- "H_UP_FILE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi"
- }
- }
- }
- },
- "dependencies": {
- "moment": "^2.29.4",
- "weixin-jsapi": "^1.1.0"
- }
- }
|