From 8e3f2cf6a358d8eec8284887535d58141146e466 Mon Sep 17 00:00:00 2001 From: zwq Date: Fri, 6 Jan 2023 09:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN.js | 4 ++-- src/views/main-navbar.vue | 5 ++++- src/views/modules/home.vue | 27 ++++++++------------------- 3 files changed, 14 insertions(+), 22 deletions(-) diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 9dee905..e5e9836 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -3,8 +3,8 @@ const t = {} t.loading = '加载中...' t.brand = {} -t.brand.lg = 'QMS' -t.brand.mini = 'qms' +t.brand.lg = '基础框架1' +t.brand.mini = 'basic' t.add = '新增' t.delete = '删除' diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index caa96d3..1846d07 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-08-22 14:57:51 * @LastEditors: zwq - * @LastEditTime: 2023-01-05 16:44:00 + * @LastEditTime: 2023-01-06 09:44:17 * @Description: -->