dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
减少一次sql查询(SysUser对象包含了角色列表) 减少一次sql查询(SysUser对象包含了角色列表)
runphp
2021-12-31
9bf5dfdc5fff341046315c3d1cb0b0233003c0a4
[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'
})
}