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