From 778039b40c8fcbe205f9a4a5fab27518d0c0a90d Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 09 一月 2024 09:57:36 +0800 Subject: [PATCH] 2024年第一次bug修改 --- 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