gaoluyang
2 天以前 a5132f42a1bf77f6bd69b371aa4ab70f64747c27
src/api/tool/publicInterface.js
@@ -3,7 +3,7 @@
// 获取路由
export const testUserList = () => {
  return request({
    url: '/test/user/list',
    url: '/system/user/listAll',
    method: 'get'
  })
}