From 4bcf737345696a9291ad3e6b339950a9404b8c2a Mon Sep 17 00:00:00 2001 From: dd3s_206 Date: Tue, 15 Sep 2026 10:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E6=A1=88=E7=AE=A1=E7=90=86-=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E7=AE=A1=E7=90=86-=E6=8F=90=E6=A1=88=E5=82=AC?= =?UTF-8?q?=E5=8A=9E=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=BC=95=E7=94=A8=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=87=BD=E6=95=B0=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8A=A0=E8=BD=BD=E5=BC=82=E5=B8=B8=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/views/layouts/v4/baseLayout.html | 4 ++-- .../zhgh/democratic/proposal/senior/expediting/index.html | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/resources/views/layouts/v4/baseLayout.html b/src/main/resources/views/layouts/v4/baseLayout.html index 63e55724..be4f93a3 100644 --- a/src/main/resources/views/layouts/v4/baseLayout.html +++ b/src/main/resources/views/layouts/v4/baseLayout.html @@ -750,7 +750,7 @@ $(document).ready(function () { // 控制页脚显示的函数 function toggleFooter() { - var currentPath = getBaseSubAppPath() + var currentPath = window.location.pathname var footer = $("#v4-footer") if (currentPath === "/platform/v4/home") { @@ -762,7 +762,7 @@ // 初始化:根据当前URL设置active状态 function setActiveNavItem() { - var currentPath = getBaseSubAppPath() + var currentPath = window.location.pathname $(".v4-nav-item").removeClass("active") $(".v4-nav-item").each(function () { if ($(this).attr("href") === currentPath) { diff --git a/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html b/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html index 8850617c..463dd5eb 100644 --- a/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html +++ b/src/main/resources/views/platform/zhgh/democratic/proposal/senior/expediting/index.html @@ -212,14 +212,12 @@ layout("/layouts/platform.html"){ if (this.sessionOptions) { this.$set(this.pageForm, "sessionId", this.sessionOptions[0].id) this.pageData() - this.listDelegation() } } }) } }, created() { - this.pageData() this.listOpenSession() } })