Explorar el Código

城市查询接口

yuhongqi hace 3 días
padre
commit
c1b5c1008e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 getAllList(query) {
   return request({
-    url: '/store/city/getAllList',
+    url: '/his/city/getAllList',
     method: 'get',
     params: query
   })