Browse Source

fix: bug修改

allen 2 years atrás
parent
commit
1b3d1d92b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/farmer/list.js

+ 1 - 1
src/api/farmer/list.js

@@ -61,7 +61,7 @@ export const importExcel = (data) => {
 // 查询
 export const getAreaInfo = (query) => {
   return request({
-    url: ' /wpr/waterright/area/info',
+    url: '/wpr/waterright/area/info',
     method: 'get',
     params: query
   });