From c3aaf28f7316cce12eec007a9f85a96cbcddeec2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 07 五月 2025 10:34:20 +0800
Subject: [PATCH] 最新版本541200007

---
 screen/src/router/index.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/screen/src/router/index.js b/screen/src/router/index.js
index 337b81d..b383f55 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')
     },
     {
@@ -32,7 +35,7 @@
       path: '/SecurityControl',  // 瀹夐槻绠℃帶澶у睆 -
       name: 'SecurityControl',
       meta: {
-        title: '瀹夋嘲鏅烘収鐗╂祦鍥尯-瀹夐槻鏅鸿兘鐩戞祴'
+        title: '瀹夋嘲鏅烘収鐗╂祦鍥尯-鏅鸿兘瀹夐槻鐩戞祴'
       },
       component: () => import('../views/SecurityControl.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