zhouwx
4 天以前 592c1750b148874737cdfba4b22b6229f9805fe6
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'
  })
}