dashboard
repositories
filestore
activity
search
login
main
/
intelligentSecurityAssess
智慧安评
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
专家用户修改
zhouwenxuan
2024-01-19
9cdbffc57965dbb88758d6cde8c174fc3a1c3fb3
[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'
})
}