公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw-ui
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
文件上传大小、工单审核后刷新
fuliqi
2024-11-05
76ab72d2d4f443060448e20bb74230a8040b85f5
[zgyw-ui.git]
/
src
/
api
/
platform
/
online-util.js
1
2
3
4
5
6
7
8
9
10
11
import request from '@/utils/request'
//
export function check(query) {
return request({
url: '/system/util/online',
method: 'get',
timeout: 30 * 1000,
params: query
})
}