From e1aa0ecffbabd618c71e4ad94370fb8dffe6ee1c Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 21 一月 2024 20:54:49 +0800
Subject: [PATCH] 优化
---
src/views/layout/components/Main/index.vue | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/src/views/layout/components/Main/index.vue b/src/views/layout/components/Main/index.vue
index 13a7598..c49658f 100644
--- a/src/views/layout/components/Main/index.vue
+++ b/src/views/layout/components/Main/index.vue
@@ -15,7 +15,7 @@
</div>
</div>
</div>
- <router-view v-else></router-view>
+ <router-view v-else :key="$route.fullpath"></router-view>
<!-- 搴曢儴鍖哄煙 -->
<!-- <MyFooter/> -->
</div>
@@ -190,7 +190,13 @@
{
id: 42,
label: '瑙嗛宸℃煡',
- link: '/video',
+ link: '/video_0',
+ icon: 'icon_shipinxuncha'
+ },
+ {
+ id: 80,
+ label: '100璺棰戝贰鏌�',
+ link: '/video_1',
icon: 'icon_shipinxuncha'
},
]
@@ -203,7 +209,13 @@
{
id: 44,
label: '棰勮鐮斿垽',
- link: '/studyJudge',
+ link: '/studyJudge_0',
+ icon: 'icon_yujingyanpan'
+ },
+ {
+ id: 81,
+ label: '100璺璀︾爺鍒�',
+ link: '/studyJudge_1',
icon: 'icon_yujingyanpan'
},
{
--
Gitblit v1.8.0