From cee819554f13705ac0b307b54215b8520c1fad1c Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 14 Jan 2021 21:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=91=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E6=8F=92=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/layout/_tree_container.html | 4 ++-- src/main/webapp/pages/modular/system/dept/dept.html | 4 ++-- .../pages/modular/system/organization/organization.html | 4 ++-- src/main/webapp/pages/modular/system/user/user.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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 +@}