仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartor
smartor代码库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
【丽水】处理用户同步时识别orgid失效问题
陈昶聿
5 天以前
555fe8ddcdcfa93d95c6a2cfb0c923c689689964
[smartor.git]
/
ruoyi-ui
/
src
/
api
/
monitor
/
server.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 获取服务信息
export function getServer() {
return request({
url: '/monitor/server',
method: 'get'
})
}