From f1909bf3654e23b290d328b4b4ff1dc3e33b4aaa Mon Sep 17 00:00:00 2001 From: dhb52 Date: Sun, 15 Oct 2023 14:29:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=AF=E7=94=B1=E7=BC=BA=E5=B0=91name?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8Cts=E4=B8=8D=E9=AB=98=E5=85=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 3587d1ef971fae3d05e55fa83b3f72c632558408) --- src/router/modules/remaining.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 96abf6ac..8061d320 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ { path: '/mall/product', // 商品中心 component: Layout, + name: 'Product', meta: { hidden: true }, @@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ { path: '/mall/trade', // 交易中心 component: Layout, + name: 'Trade', meta: { hidden: true },