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 @@