dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!224 处理XSS攻击问题 Merge pull request !224 from Pcat/hotfix-3.6.1.pcat#I5IRC8
若依
2022-08-07
a4b714b95a4ac17ad1e032e0f8823733c821d05a
[sgd.git]
/
ruoyi-ui
/
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/menu/getRouters',
method: 'get'
})
}