dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!397 修复actuator暴漏问题 Merge pull request !397 from 威士忌的纯度/N/A
若依
2025-03-10
a6bcebb62bebe88b256e2e42231e1bd7253f45ae
[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'
})
}