浏览代码

调整参数

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
   })