公告板
版本库
活动
搜索
登录
main
/
intelligent_dispatching
智慧派单
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update
liujie
2025-09-28
cc498adac86855276123004313b01165f9900b32
[intelligent_dispatching.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'
})
}