dashboard
repositories
filestore
activity
search
login
main
/
intelligentSecurityAssess
智慧安评
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
zhouwx
2026-03-12
c74fb6e3cfc1c25c7ef1415c5ae96f57d007850b
[intelligentSecurityAssess.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: '/getRouters',
method: 'get'
})
}