dashboard
repositories
filestore
activity
search
login
main
/
multiSystemPlatformWeb
多体系建设信息化条统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
复制条款
祖安之光
2026-02-10
dd0f652df2d9d9977ade12b80d999b6fe6e52909
[multiSystemPlatformWeb.git]
/
src
/
api
/
menu.js
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'
})
}