From a8c03746e6bd8ac1d46dc48c1b10bceff543664f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 10 十二月 2024 20:16:12 +0800
Subject: [PATCH] ll

---
 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