Kaynağa Gözat

调整参数

yfh 1 gün önce
ebeveyn
işleme
52ba595d32
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/api/hisStore/city.js

+ 1 - 1
src/api/hisStore/city.js

@@ -10,7 +10,7 @@ export function listCity(query) {
 }
 export function getCitys(query) {
   return request({
-    url: '/store/store/city/getCitys',
+    url: '/store/city/getCitys',
     method: 'get',
     params: query
   })