From a6f9e7d4faf7c1c536111e0db7f3317cbda9ddb1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 30 十二月 2024 18:24:05 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 screen/src/router/index.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/screen/src/router/index.js b/screen/src/router/index.js
index 337b81d..af696c1 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')
     },
     {
@@ -40,7 +43,7 @@
       path: '/LogisticsCenter', //鍏ㄧ渷鐗╂祦鍦ㄩ��-鐗╂祦涓績
       name: 'LogisticsCenter',
       meta: {
-        title: '鍏ㄧ渷鐗╂祦鍦ㄩ��'
+        title: '瀹夊窘涓儫鎴愬搧闆嗘帶澶у睆'
       },
       component: () => import('../views/LogisticsCenter.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