dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update 优化aop语法 使用spring自动注入注解 基于注解拦截的aop注解不可能为空
疯狂的狮子li
2021-09-18
8f7ed66544dd3b8d1521b8b5adc89ca1c6fc77c7
[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'
})
}