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