更新树组件的插件名

pull/65/head
fengshuonan 2021-01-14 21:45:37 +08:00
parent 3ef27a03c7
commit cee819554f
4 changed files with 8 additions and 8 deletions

View File

@ -62,7 +62,7 @@ ${layoutContent}
<!--其他插件js-->
@if(isNotEmpty(plugins)){
@if(array.contain(plugins,"ztree")){
@if(array.contain(plugins,"jquery-layout")){
<script src="${ctxPath}/assets/expand/plugins/jquery-layout/jquery-2.1.4.min.js?v=${constants.getReleaseVersion()}"></script>
<script type="text/javascript" src="${ctxPath}/assets/expand/plugins/jquery-layout/jquery.layout-latest.js?v=${constants.getReleaseVersion()}"></script>
@}

View File

@ -1,4 +1,4 @@
@layout("/layout/_tree_container.html",{plugins:["ztree"],js:["/assets/modular/system/dept/dept.js"]}){
@layout("/layout/_tree_container.html",{plugins:["jquery-layout"],js:["/assets/modular/system/dept/dept.js"]}){
<div class="layui-body-header">
<span class="layui-body-header-title">部门管理</span>

View File

@ -1,4 +1,4 @@
@layout("/layout/_tree_container.html",{plugins:["ztree"],js:["/assets/modular/system/organization/organization.js"]}){
@layout("/layout/_tree_container.html",{plugins:["jquery-layout"],js:["/assets/modular/system/organization/organization.js"]}){
<div class="layui-body-header">
<span class="layui-body-header-title">机构管理</span>

View File

@ -1,4 +1,4 @@
@layout("/layout/_tree_container.html",{plugins:["ztree"],js:["/assets/modular/system/user/user.js"]}){
@layout("/layout/_tree_container.html",{plugins:["jquery-layout"],js:["/assets/modular/system/user/user.js"]}){
<div class="layui-body-header">
<span class="layui-body-header-title">用户管理</span>