gaoluyang
2025-09-15 40fb44a17399486e5fbf70249607cef2cf952728
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取路由
export const testUserList = () => {
  return request({
    url: '/system/user/listAll',
    method: 'get'
  })
}