From 03e602bbaee807c42a22df05f1f00c558ffe9fa0 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期一, 13 一月 2025 17:27:19 +0800 Subject: [PATCH] 首页跳转日志bug --- Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java index a4bbc1d..583b517 100644 --- a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java +++ b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java @@ -22,9 +22,9 @@ private String loadType; /** - * 鏄惁鍙嶅悜,TODO:鏍戝畾涔変笂宸茬粡娌℃湁浣跨敤杩欎釜瀛楁浜� + * 鏄惁鍙嶅悜,TODO:鏍戝畾涔変笂宸茬粡娌℃湁浣跨敤杩欎釜瀛楁浜�(浣嗘槸涓轰簡鍏煎浠ュ墠鐨刄I閰嶇疆鎵�浠ラ渶瑕佷繚鐣�) */ - //private boolean orientation = false; + private String orientation; /** * 鏄剧ず鍥炬爣 @@ -77,13 +77,13 @@ this.loadType = loadType; } - /*public boolean isOrientation() { + public String getOrientation() { return orientation; } - public void setOrientation(boolean orientation) { + public void setOrientation(String orientation) { this.orientation = orientation; - }*/ + } public boolean isShowImage() { return showImage; -- Gitblit v1.9.3