dashboard
repositories
filestore
activity
search
login
main
/
intelligentSecurityAssess
智慧安评
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bug修改
zhouwx
2024-09-27
6f80a7836b663a6d7970555d0851186cf9bfdf4f
[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'
})
}