Files
dvcp_v2_wxcp_app/src/manifest.json
2022-05-30 15:38:40 +08:00

91 lines
1.9 KiB
JSON

{
"name": "dv-sass-app",
"description": "企业微信应用库",
"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,
"port": "10323",
"open": true,
"proxy": {
"/lan": {
"target": "http://192.168.1.87:9000",
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"
}
},
"/online": {
"target": "http://192.168.1.34:19898",
"changeOrigin": true,
"pathRewrite": {
"^/online": "/"
}
},
"/aca": {
"target": "https://test87xcxc.cunwuyun.cn",
"changeOrigin": true,
"pathRewrite": {
"^/aca": "/"
}
},
"/tmap": {
"target": "https://apis.map.qq.com",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/online/tmap/": "/"
}
},
"/wangge": {
"target": "http://192.168.1.34:10000/",
"changeOrigin": true,
"pathRewrite": {
"^/wangge": "/"
}
},
"/hnjc": {
"target": "http://192.168.1.87:12001/",
"changeOrigin": true,
"pathRewrite": {
"^/hnjc": "/"
}
}
}
},
"optimization": {
"preload": true,
"treeShaking": {
"enable": true
}
},
"sdkConfigs": {
"maps": {
"qqmap": {
"key": "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY"
}
}
}
}
}