luodangjia
2024-11-01 76bd7b4ea56c67feab076399ca1a8d28798d2acf
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'
  })
}