仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ubcs
统一业务系统系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs
xiejun
2023-08-24
efdfc33415d43d2f97cdfa66a48e3713f6c2fd1a
[ubcs.git]
/
Source
/
UBCS-WEB
/
src
/
page
/
index
/
sidebar
/
config.js
1
2
3
4
5
6
7
8
9
export default {
propsDefault: {
label: 'label',
path: 'path',
icon: 'icon',
children: 'children',
isOpen: 'isOpen'
}
}