gaoluyang
2025-07-02 71fcb192074d72105b1668f6cf9b32a2e54838d8
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'
  })
}