gaoluyang
2025-09-15 e3ae48fae22564fd2d66142a91639e3609240e88
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'
  })
}