公告板
版本库
活动
搜索
登录
H5
/
chongzhouResettle
崇州自主安置管理后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix
pyt
2025-03-25
2a0937e5308ec186afa714ea3b22fda199c97e16
[H5/chongzhouResettle.git]
/
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'
})
}