祖安之光
8 天以前 d85d9ae08781a5b0d9b7f854460d3f07d043595a
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
// 获取路由
export const getRouters = () => {
  return request({
    url: '/system/account/getRouters',
    method: 'get'
  })
}