Files
dvcp_v2_wxcp_app/src/manifest.json
2022-02-09 16:24:15 +08:00

62 lines
1.2 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": "https://test87tpweb.cunwuyun.cn",
"changeOrigin": true,
"pathRewrite": {
"^/online": "/"
}
}
}
},
"optimization": {
"preload": true,
"treeShaking": {
"enable": true
}
},
"sdkConfigs": {
"maps": {
"qqmap": {
"key": "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY"
}
}
}
}
}