From 76f0ddd7d4d23081bd4c66b748bfe42704e9b905 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 27 Sep 2023 09:36:04 +0800
Subject: [PATCH] Merge branch 'demo' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into demo

---
 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..f6b974c 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