From 1566b0b463cda0d3c01cd1114524f2020074ef0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Sun, 10 Aug 2025 10:40:36 +0800 Subject: [PATCH] fix: modify --- src/router/constant.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/router/constant.ts b/src/router/constant.ts index 6580162..64a2d51 100644 --- a/src/router/constant.ts +++ b/src/router/constant.ts @@ -33,10 +33,6 @@ const routes: RouteRecordRaw[] = [ children: [ { path: '/cop-web/task/history/list', - meta: { - noTag: true, - hiddenSide: true - }, component: BlankView }, {