From 300df591fc3f181cca96d76177581e5b8579f0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 8 Dec 2023 15:44:15 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/components/layouts/TabLayout.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index e8aa349f..5aca8168 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - 中国重汽标准法规管理模块系统 + 中国重汽标准法规管理系统 diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 2637006e..45675409 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -155,7 +155,7 @@ export default { methods: { // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题 changeTitle (title) { - const projectTitle = '中国重汽标准法规管理模块系统' + const projectTitle = '中国重汽标准法规管理系统' // 首页特殊处理 if (this.$route.path === indexKey) { document.title = projectTitle