仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartor
smartor代码库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
【丽水】处理时区报错问题
陈昶聿
6 天以前
16e569f6d750529b9ff2626579c540d6b9792e25
[smartor.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'
})
}