yfh преди 1 ден
родител
ревизия
52ba595d32
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
   })