puzhibing
2024-10-11 72b4da7c39b6256b75cc0ca34cf109f353fef756
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'
  })
}