gaoluyang
2025-07-01 6dfb5e44a7072d78ca6c04d21b7ed8ad126b874f
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'
  })
}