Browse Source

代码优化

叶君翔 3 years ago
parent
commit
1c08987da9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web-ui/src/api/module/bindAgent.js

+ 1 - 1
web-ui/src/api/module/bindAgent.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // 查询代理商列表
 // 查询代理商列表
 export function agentList(query) {
 export function agentList(query) {
   return request({
   return request({
-    url: '/module/agent/getAgentList',
+    url: '/module/userBindAgent/agentList',
     method: 'get',
     method: 'get',
     params: query
     params: query
   })
   })