dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复代码生成勾选属性无效问题
RuoYi
2022-09-28
5b8edbf381547cb99e13d9c209bc4c9bc47eeffc
[expert_management.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: '/getRouters',
method: 'get'
})
}