From 2b64ec293c00236606a36db72134e400e8440005 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 24 Jun 2024 09:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= 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 d9935c2..15e5914 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 cc60222..bd87bf8 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