Files
dvcp_v2_wxcp_app/src/manifest.json

46 lines
887 B
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",
"proxy": {
"/lan": {
2021-11-23 14:42:05 +08:00
"target": "http://192.168.1.39:9998",
2021-11-15 15:53:44 +08:00
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"
}
}
}
2021-11-15 10:29:05 +08:00
},
"optimization": {
"preload": true,
"treeShaking": {
"enable": true
}
}
}
2021-11-23 14:42:05 +08:00
}