Files
dvcp_v2_wxcp_app/src/manifest.json
2022-11-21 14:50:28 +08:00

106 lines
2.3 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": "80",
"open": true,
"proxy": {
"/lan": {
"target": "http://dvcp.sinoecare.net",
"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": "/",
"^/aca/api": "/"
}
},
"/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": "/"
}
},
"/ns": {
"target": "http://dvcp.sinoecare.net",
"changeOrigin": true,
"pathRewrite": {
"^/ns": "/"
}
},
"/hnjc": {
"target": "http://192.168.1.87:12001/",
"changeOrigin": true,
"pathRewrite": {
"^/hnjc": "/"
}
},
"/xaxc": {
"target": "http://192.168.1.87:12003/",
"changeOrigin": true,
"pathRewrite": {
"^/xaxc": "/"
}
}
}
},
"optimization": {
"preload": true,
"treeShaking": {
"enable": true
}
},
"sdkConfigs": {
"maps": {
"qqmap": {
"key": "RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S"
}
}
}
}
}