wwl
2025-03-26 ccf6f215d9689b6daf0663479468fca155f2049e
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取路由
export const getRouters = () => {
  return request({
    url: '/getRouters',
    method: 'get'
  })
}