petstore-frontend/src/manifest.json
2026-04-14 21:47:30 +08:00

47 lines
1.0 KiB
JSON

{
"name": "宠伴生活馆",
"appid": "wx8ca2dfa89af72edf",
"description": "宠物服务小程序",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"mp-weixin": {
"appid": "wx8ca2dfa89af72edf",
"libVersion": "3.5.0",
"lazyCodeLoading": "requiredComponents",
"permission": {
"scope.userLocation": {
"desc": "用于推荐距离您最近的门店,也可在预约页手动切换"
},
"scope.writePhotosAlbum": {
"desc": "用于将服务报告海报保存到手机相册"
}
},
"requiredPrivateInfos": [
"chooseLocation",
"getLocation"
],
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true
},
"usingComponents": true
},
"h5": {
"devServer": {
"port": 3000,
"proxy": {
"/api": {
"target": "http://localhost:8080",
"changeOrigin": true
}
}
},
"router": {
"mode": "hash"
}
}
}