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