dashboard
repositories
filestore
activity
search
login
main
/
oceanScienceInspectWeb
深海科学与工程研究所安全巡检系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
祖安之光
2026-02-26
af604ad20e44684462830c3599b45f83fc33de7c
[oceanScienceInspectWeb.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'
})
}