提交代码
parent
718ff531fc
commit
364d77134e
|
@ -24,7 +24,7 @@ spring:
|
|||
# 国际化资源文件路径
|
||||
basename: i18n/messages
|
||||
profiles:
|
||||
active: prod
|
||||
active: druid
|
||||
# 文件上传
|
||||
servlet:
|
||||
multipart:
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
:filter-node-method="filterNode"
|
||||
ref="tree"
|
||||
node-key="id"
|
||||
default-expand-all
|
||||
accordion
|
||||
default-expanded-keys="100,101"
|
||||
highlight-current
|
||||
@node-click="handleNodeClick"
|
||||
/>
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
ref="tree"
|
||||
node-key="id"
|
||||
accordion
|
||||
default-expanded-keys=[100]
|
||||
default-expand-all="false"
|
||||
default-expanded-keys="100,101"
|
||||
highlight-current
|
||||
@node-click="handleNodeClick"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue