From 6509ec282011a0db90f92f65fb83e9545cfbbc31 Mon Sep 17 00:00:00 2001 From: heli02 Date: Fri, 15 Aug 2025 19:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=8E=E6=89=A7=E6=B3=95?= =?UTF-8?q?=E4=B8=80=E5=BC=A0=E5=9B=BE=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8Cbug=E5=9B=9E=E5=BD=92=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/router/index.js | 2 +- client/src/views/big-screen/bigdata.vue | 1 - client/src/views/main/index.vue | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/router/index.js b/client/src/router/index.js index e68a068..f87dbcc 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -24,7 +24,7 @@ const baseRoutes = [ children: [ { path: 'index', - name: 'SviIndex', + component: () => import('@views/main/svi.vue'), meta: { title: '首页', diff --git a/client/src/views/big-screen/bigdata.vue b/client/src/views/big-screen/bigdata.vue index e0f307d..a9a82cc 100644 --- a/client/src/views/big-screen/bigdata.vue +++ b/client/src/views/big-screen/bigdata.vue @@ -10,7 +10,6 @@
-
返回首页
diff --git a/client/src/views/main/index.vue b/client/src/views/main/index.vue index 615fc30..d576318 100644 --- a/client/src/views/main/index.vue +++ b/client/src/views/main/index.vue @@ -39,7 +39,6 @@ const hashUrl = window.location.hash.slice(1) if (hashUrl && hashUrl === '/') { //route.push('/svi/index') - route.push('/big-screen') } } catch (error) { handleLogin()