From e6443cf405d4e950abe35a29e6c133d097fc1ad5 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 04 十二月 2023 17:46:01 +0800 Subject: [PATCH] 100路视频 --- 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