zhibing.pu
2024-08-23 2b5ba21b8c237b7c7fcb3bf48d3c86bc04f1a2fd
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'
  })
}