Files
dvcp_v2_wxcp_app/src/manifest.json

38 lines
688 B
JSON
Raw Normal View History

2021-11-15 10:29:05 +08:00
{
"name": "dv_cp_weixin",
"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"
},
"optimization": {
"preload": true,
"treeShaking": {
"enable": true
}
}
}
}