dashboard
repositories
filestore
activity
search
login
zhouwx
/
education
forked from
education
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交
zhouwx
2024-06-18
faf5d0c966ff944c6e4d5a0ef2cd380084df7bbb
[~zhouwx/education.git]
/
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'
})
}