luodangjia
2024-10-24 f0789103db613355f9f7d9a9333969ecbe1a65a5
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取路由
export const getRouters = () => {
  return request({
    url: '/system/menu/getRouters',
    method: 'get'
  })
}