zhouwx
2025-09-23 9fdacd08e16d567d3291288c5d20ea4ec612911f
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'
  })
}