dashboard
repositories
filestore
activity
search
login
zhouwx
/
multiSystemPlatformWeb
forked from
multiSystemPlatformWeb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增页面
祖安之光
2025-06-26
7df5ffa1db94e3225bd16ef2d0d8ef0e02084951
[~zhouwx/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'
})
}