From 8ae9243d5e8ca1b2842ee604f8384e83dff4768f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 11 十二月 2024 10:42:33 +0800
Subject: [PATCH] 代码初始化
---
screen/src/router/index.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/screen/src/router/index.js b/screen/src/router/index.js
index 337b81d..01f66d0 100644
--- a/screen/src/router/index.js
+++ b/screen/src/router/index.js
@@ -10,6 +10,9 @@
{
path: '/PlatformCall', // 鏈堝彴鍙彿澶у睆
name: 'PlatformCall',
+ meta: {
+ title: '瀹夋嘲鐗╂祦鏈堝彴鍙彿澶у睆'
+ },
component: () => import('../views/PlatformCall.vue')
},
{
@@ -65,7 +68,7 @@
router.beforeEach((to, from, next) => {
- window.document.title = to.meta.title
+ window.document.title = to.meta.title
next()
})
--
Gitblit v1.9.3