dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复个人中心卡死或鼠标点击和键盘输入无效
Dincat
2022-08-11
d504a7df2f0c97b29a5ddebc8d46e7fbfa05fa47
[~fuyongxin/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'
})
}