Files
dvcp_v2_wxcp_app/src/manifest.json

62 lines
1.2 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
},
"/saas": {
"target": "https://test87tpweb.cunwuyun.cn",
"changeOrigin": true,
"pathRewrite": {
"^/saas": "/"
}
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
}
}
}