From 53bcb7e5dffa071d2c6593f5db7f0b6e4e2f8dfe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 18 Oct 2023 16:17:02 +0800
Subject: [PATCH] 隐藏重复定时和连续执行
---
src/router/index.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 44b103d..c639123 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -84,7 +84,10 @@
{
path: '/' + ERouterName.MEDIA,
name: ERouterName.MEDIA,
- component: () => import('/@/pages/page-web/projects/media.vue')
+ component: () => import('/@/pages/page-web/projects/media.vue'),
+ meta: {
+ hidden: true
+ }
},
{
path: '/' + ERouterName.WAYLINE,
--
Gitblit v1.9.3