完善功能

This commit is contained in:
wangxiaowei
2025-12-04 17:30:32 +08:00
parent 331d6facdb
commit f59ed2e36d
21 changed files with 1642 additions and 399 deletions

View File

@ -145,7 +145,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxa184cbbc1bbe7621",
"appid" : "wx0f98e0cd9033a82b",
"setting" : {
"urlCheck" : false,
"es6" : true,
@ -153,9 +153,10 @@
"minified" : true
},
"usingComponents" : true,
"requiredPrivateInfos" : [ "getLocation" ],
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
"desc" : "获取您与体育场馆的距离"
}
}
},
@ -172,9 +173,9 @@
"base" : "/h5/"
},
"devServer" : {
"port" : 8080, //端口
"port" : 8080, //端口
"https" : true,
"disableHostCheck" : true,
"disableHostCheck" : true,
"proxy" : {
"/api" : {
"target" : "https://6548.cn",
@ -193,5 +194,5 @@
}
}
},
"sassImplementationName": "node-sass"
"sassImplementationName" : "node-sass"
}