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