提交代码

dev_xds
姜玉琦 2024-04-15 00:44:02 +08:00
parent 718ff531fc
commit 364d77134e
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ spring:
# 国际化资源文件路径 # 国际化资源文件路径
basename: i18n/messages basename: i18n/messages
profiles: profiles:
active: prod active: druid
# 文件上传 # 文件上传
servlet: servlet:
multipart: multipart:

View File

@ -21,7 +21,8 @@
:filter-node-method="filterNode" :filter-node-method="filterNode"
ref="tree" ref="tree"
node-key="id" node-key="id"
default-expand-all accordion
default-expanded-keys="100,101"
highlight-current highlight-current
@node-click="handleNodeClick" @node-click="handleNodeClick"
/> />

View File

@ -22,8 +22,7 @@
ref="tree" ref="tree"
node-key="id" node-key="id"
accordion accordion
default-expanded-keys=[100] default-expanded-keys="100,101"
default-expand-all="false"
highlight-current highlight-current
@node-click="handleNodeClick" @node-click="handleNodeClick"
/> />