仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ubcs
统一业务系统系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
获取集团分类根节点前端传null传入后端直接改为空字符串bug修复
wanghong
2023-12-21
024cc5e9e6fd51e3b0e14e8d3f76c63f1351a4f7
[ubcs.git]
/
Source
/
UBCS
/
script
/
docker
/
app
/
nginx
/
web
/
html
/
index.html
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello BladeX</title>
</head>
<body>
<div style="text-align: center">Hello BladeX !</div>
</body>
</html>