Style(首页):去掉定位授权服务

This commit is contained in:
lifizer
2023-12-25 16:35:55 +08:00
parent f9a364ace1
commit 847a80f251
3 changed files with 1 additions and 79 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ export function fetchStore(page, cityName, name) {
* */
export function fetchCity(type) {
return request.get(`/wenwan/cityList/${type}`, {}, {
login: true
login: false
})
}