Files
dvcp_v2_wxcp_app/src/manifest.json

91 lines
1.9 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,
2021-11-15 15:53:44 +08:00
"port": "10323",
2021-12-31 16:25:32 +08:00
"open": true,
2021-11-15 15:53:44 +08:00
"proxy": {
"/lan": {
2022-01-28 16:49:59 +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:38:40 +08:00
"^/aca": "/"
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": "/"
}
},
"/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
}
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": {
"key": "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY"
}
}
2021-11-15 10:29:05 +08:00
}
}
2022-05-17 14:58:10 +08:00
}