From d592480beb70716a59b6ec5a00c73e92ff6ea986 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期一, 15 一月 2024 18:14:17 +0800 Subject: [PATCH] U 国际化 --- src/router/routes.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/router/routes.js b/src/router/routes.js index 40588ab..dd35f09 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -20,7 +20,7 @@ path: '/compare', name: 'compare', meta: { - title: '瀵规瘮鍒嗘瀽' + title: 'ComparativeAnalysis' }, component: () => import('@/pages/compare') }, @@ -29,7 +29,7 @@ path: '/data', name: 'data', meta: { - title: '鏁版嵁绠$悊' + title: 'DataManagement' }, component: () => import('@/pages/data') }, @@ -38,7 +38,7 @@ path: '/book', name: 'book', meta: { - title: '浠〃璇存槑涔�' + title: 'AnalyzerManual' }, component: () => import('@/pages/book') }, @@ -47,7 +47,7 @@ path: '/softwareBook', name: 'softwareBook', meta: { - title: '杞欢璇存槑涔�' + title: 'SoftwareManual' }, component: () => import('@/pages/softwareBook') }, @@ -56,7 +56,7 @@ path: '/qrcode', name: 'qrcode', meta: { - title: '鎿嶄綔瑙嗛' + title: 'OperatingVideo' }, component: () => import('@/pages/qrcode') }, @@ -65,7 +65,7 @@ path: '/contact', name: 'contact', meta: { - title: '鑱旂郴鎴戜滑' + title: 'ContactUs' }, component: () => import('@/pages/contact') }, @@ -73,7 +73,7 @@ path: '/others', name: 'others', meta: { - title: '鍏充簬绂忓厜' + title: 'AboutFUGUANG' }, component: () => import('@/pages/others') }, -- Gitblit v1.9.1