From 8bd6e0f1c84f2bc5bf2b9555d1c5fb388565db6c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 19:17:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
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