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()