This commit is contained in:
XinWei 2024-07-18 15:11:43 +08:00
parent f000d0aa3f
commit dae0e4a9cc
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ export default {
small: '小'
},
login: {
welcome: '登录中心',
welcome: '欢迎使用本系统',
message: '开箱即用的中后台管理系统',
tenantname: '租户名称',
username: '用户名',

View File

@ -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()
</script>