From dae0e4a9ccce6d1a799a22abb45051f93918fcd8 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Thu, 18 Jul 2024 15:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh-CN.ts | 2 +- src/views/Home/Index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index c0e306d2..0721651d 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -113,7 +113,7 @@ export default { small: '小' }, login: { - welcome: '登录中心', + welcome: '欢迎使用本系统', message: '开箱即用的中后台管理系统', tenantname: '租户名称', username: '用户名', diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index 58be0b82..38a38562 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -390,7 +390,7 @@ const getAllApi = async () => { } const goToXXLJob = async () => { - window.location.href = 'http://127.0.0.1:9090/xxl-job-admin/' + window.open('http://127.0.0.1:9090/xxl-job-admin/'); } getAllApi()