From 8c4e1b7c720c1229f437c2b8f1018ae9a6d17287 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 1 May 2025 19:43:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E6=A8=A1=E7=89=88=E8=A3=85=E4=BF=AE=E3=80=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=A3=85=E4=BF=AE=EF=BC=8C=E7=A6=81=E7=94=A8=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 93b24c50..b8828b53 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ name: 'DiyTemplateDecorate', meta: { title: '模板装修', - noCache: true, + noCache: false, hidden: true, activeMenu: '/mall/promotion/diy-template/diy-template' }, @@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ name: 'DiyPageDecorate', meta: { title: '页面装修', - noCache: true, + noCache: false, hidden: true, activeMenu: '/mall/promotion/diy-template/diy-page' },