From 3de825e330d56a047d422052488fbd08796e1ee2 Mon Sep 17 00:00:00 2001 From: chenjinlong <$chenjinlong> Date: Thu, 21 Jan 2021 23:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90form.html=E3=80=91=E7=94=B1=E4=BA=8Efo?= =?UTF-8?q?rm=E5=8D=95=E7=8B=AC=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0form=E6=A8=A1=E6=9D=BF=EF=BC=8C=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=AF=E4=B8=8Econtainer=E5=90=88?= =?UTF-8?q?=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/layout/_form.html | 41 ++++++++++++++----------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/src/main/webapp/pages/layout/_form.html b/src/main/webapp/pages/layout/_form.html index 9112758a..0030f480 100644 --- a/src/main/webapp/pages/layout/_form.html +++ b/src/main/webapp/pages/layout/_form.html @@ -16,19 +16,26 @@ + ${title!"管理系统"} - + + + - + @if(isNotEmpty(plugins)){ + @if(array.contain(plugins,"ztree")){ - + @} @} - @/* 其他业务用的css */ + @if(isNotEmpty(css)){ @for(item in css){ @if(strutil.startWith(item,"/")){ @@ -41,43 +48,41 @@ -@/* 页面加载loading */ -@ include("/layout/loading.html"){} - -@/* 正文 */ + ${layoutContent} + -@/* 加入contextPath属性和session超时的配置 */ + - -@/* js和业务用的js数组 */ @if(isNotEmpty(plugins)){ + @if(array.contain(plugins,"ztree")){ - - + + @} @if(array.contain(plugins,"ue")){ - - - + + + @} @if(array.contain(plugins,"tinymce")){ - + @} @if(array.contain(plugins,"pinyin")){ - + @} @} + @if(isNotEmpty(js)){ @for(item in js){ @if(strutil.startWith(item,"/")){