dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!194 update 使用 gateway 自带工具 优化缓存Request与body Merge pull request !194 from 疯...
若依
2022-06-13
8242cec9ac7dabce9bfbeedd334b914ab15f26bd
[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'
})
}