From dad0607e89abeef607c3cc6fc2ebb3d8b61e124f Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Thu, 28 Oct 2021 13:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=9A=E7=8E=B0=E4=BB=A3=E6=A6=86=E5=B1=B1=E7=A4=BE?= =?UTF-8?q?=E4=BC=9A=E6=B2=BB=E7=90=86=E6=99=BA=E6=85=A7=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E7=8E=B0=E4=BB=A3=E6=A6=86=E5=B1=B1?= =?UTF-8?q?=E7=A4=BE=E4=BC=9A=E6=B2=BB=E7=90=86=E6=9C=8D=E5=8A=A1=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN.js | 2 +- src/i18n/zh-TW.js | 2 +- src/views/modules/home.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index b87dc61..02b34fa 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -3,7 +3,7 @@ const t = {} t.loading = '加载中...' t.brand = {} -t.brand.lg = '现代榆山社会治理智慧平台' +t.brand.lg = '现代榆山社会治理服务平台' t.brand.mini = '榆山' t.add = '新增' diff --git a/src/i18n/zh-TW.js b/src/i18n/zh-TW.js index d6b6149..b04a91c 100644 --- a/src/i18n/zh-TW.js +++ b/src/i18n/zh-TW.js @@ -3,7 +3,7 @@ const t = {} t.loading = '加載中...' t.brand = {} -t.brand.lg = '现代榆山社会治理智慧平台' +t.brand.lg = '现代榆山社会治理服务平台' t.brand.mini = '榆山' t.add = '新增' diff --git a/src/views/modules/home.vue b/src/views/modules/home.vue index fe7475d..cd69bc9 100644 --- a/src/views/modules/home.vue +++ b/src/views/modules/home.vue @@ -2,7 +2,7 @@