完善功能
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user