diff --git a/src/main/webapp/pages/layout/_tree_container.html b/src/main/webapp/pages/layout/_tree_container.html index a665e304..61b4dab2 100644 --- a/src/main/webapp/pages/layout/_tree_container.html +++ b/src/main/webapp/pages/layout/_tree_container.html @@ -62,7 +62,7 @@ ${layoutContent} @if(isNotEmpty(plugins)){ - @if(array.contain(plugins,"ztree")){ + @if(array.contain(plugins,"jquery-layout")){ @} @@ -77,4 +77,4 @@ ${layoutContent} @} @} - \ No newline at end of file + diff --git a/src/main/webapp/pages/modular/system/dept/dept.html b/src/main/webapp/pages/modular/system/dept/dept.html index a3687fc6..6b4b18b6 100644 --- a/src/main/webapp/pages/modular/system/dept/dept.html +++ b/src/main/webapp/pages/modular/system/dept/dept.html @@ -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"]}){
部门管理 @@ -50,4 +50,4 @@ 删除 @} -@} \ No newline at end of file +@} diff --git a/src/main/webapp/pages/modular/system/organization/organization.html b/src/main/webapp/pages/modular/system/organization/organization.html index 5fe34848..97916dd6 100644 --- a/src/main/webapp/pages/modular/system/organization/organization.html +++ b/src/main/webapp/pages/modular/system/organization/organization.html @@ -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"]}){
机构管理 @@ -52,4 +52,4 @@ -@} \ No newline at end of file +@} diff --git a/src/main/webapp/pages/modular/system/user/user.html b/src/main/webapp/pages/modular/system/user/user.html index e653fc53..ba455193 100644 --- a/src/main/webapp/pages/modular/system/user/user.html +++ b/src/main/webapp/pages/modular/system/user/user.html @@ -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"]}){
用户管理 @@ -54,4 +54,4 @@ -@} \ No newline at end of file +@}