张诺
2025-07-25 50b6007b336a65b7deb6c77c9fdc608865067608
src/api/tool/publicInterface.js
@@ -3,7 +3,7 @@
// 获取路由
export const testUserList = () => {
  return request({
    url: '/test/user/list',
    url: '/system/user/listAll',
    method: 'get'
  })
}