Files
dvcp_v2_wxcp_app/src/manifest.json

141 lines
3.1 KiB
JSON
Raw Normal View History

2021-11-15 10:29:05 +08:00
{
2021-11-15 15:53:44 +08:00
"name": "dv-sass-app",
"description": "企业微信应用库",
2021-11-15 10:29:05 +08:00
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": true,
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": false
},
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "演示定位能力"
}
}
},
"h5": {
"title": "数字乡村",
"template": "template.h5.html",
"router": {
"mode": "history",
"base": ""
},
"devServer": {
"disableHostCheck": true,
2022-07-19 18:06:22 +08:00
"port": "80",
2021-12-31 16:25:32 +08:00
"open": true,
2021-11-15 15:53:44 +08:00
"proxy": {
"/lan": {
2022-12-14 17:34:34 +08:00
"target": "http://192.168.1.87:9000",
2021-11-15 15:53:44 +08:00
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"
}
2022-01-28 16:49:59 +08:00
},
"/online": {
2022-05-30 15:31:51 +08:00
"target": "http://192.168.1.34:19898",
2022-01-28 16:49:59 +08:00
"changeOrigin": true,
"pathRewrite": {
"^/online": "/"
2022-01-28 16:49:59 +08:00
}
2022-03-09 13:48:22 +08:00
},
2022-05-30 15:38:40 +08:00
"/aca": {
2022-05-18 18:06:39 +08:00
"target": "https://test87xcxc.cunwuyun.cn",
"changeOrigin": true,
"pathRewrite": {
2022-05-30 15:46:38 +08:00
"^/aca": "/",
"^/aca/api": "/"
2022-05-18 18:06:39 +08:00
}
},
2022-03-09 13:48:22 +08:00
"/tmap": {
"target": "https://apis.map.qq.com",
"changeOrigin": true,
"secure": false,
2022-05-24 11:14:29 +08:00
"pathRewrite": {
"^/online/tmap/": "/"
}
2022-05-27 11:47:33 +08:00
},
2022-05-30 15:31:51 +08:00
"/wangge": {
"target": "http://192.168.1.34:10000/",
"changeOrigin": true,
"pathRewrite": {
"^/wangge": "/"
}
},
2022-05-30 18:46:49 +08:00
"/ns": {
2022-12-29 14:35:15 +08:00
"target": "http://192.168.1.87:12525",
2022-05-30 18:46:49 +08:00
"changeOrigin": true,
"pathRewrite": {
"^/ns": "/"
}
},
2022-05-30 15:31:51 +08:00
"/hnjc": {
"target": "http://192.168.1.87:12001/",
2022-05-27 11:47:33 +08:00
"changeOrigin": true,
"pathRewrite": {
2022-05-30 15:31:51 +08:00
"^/hnjc": "/"
2022-05-27 11:47:33 +08:00
}
},
"/xaxc": {
"target": "http://192.168.1.87:12003/",
"changeOrigin": true,
"pathRewrite": {
"^/xaxc": "/"
}
2022-12-30 16:26:52 +08:00
},
2023-01-31 17:58:19 +08:00
"/dm": {
"target": "http://192.168.1.87:11211/",
"changeOrigin": true,
"pathRewrite": {
"^/dm": "/"
}
},
2022-12-30 16:26:52 +08:00
"/qxn": {
"target": "http://192.168.1.87:12001/",
"changeOrigin": true,
"pathRewrite": {
"^/qxn": "/"
}
2023-01-29 13:55:41 +08:00
},
"/yyhd": {
"target": "http://192.168.1.87:22001/",
"changeOrigin": true,
"pathRewrite": {
"^/yyhd": "/"
}
2023-02-09 16:00:29 +08:00
},
"/tr": {
"target": "http://192.168.1.87:12002/",
"changeOrigin": true,
"pathRewrite": {
"^/tr": "/"
}
2023-02-28 15:09:31 +08:00
},
"/hzl": {
"target": "http://192.168.1.87:39000/",
"changeOrigin": true,
"pathRewrite": {
"^/hzl": "/"
}
2021-11-15 15:53:44 +08:00
}
}
2021-11-15 10:29:05 +08:00
},
"optimization": {
"preload": true,
"treeShaking": {
"enable": true
}
2022-02-09 11:01:57 +08:00
},
"sdkConfigs": {
"maps": {
"qqmap": {
2022-07-04 08:55:10 +08:00
"key": "RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S"
2022-02-09 11:01:57 +08:00
}
}
2021-11-15 10:29:05 +08:00
}
}
2022-05-17 14:58:10 +08:00
}