微调
This commit is contained in:
parent
f000d0aa3f
commit
dae0e4a9cc
@ -113,7 +113,7 @@ export default {
|
|||||||
small: '小'
|
small: '小'
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
welcome: '登录中心',
|
welcome: '欢迎使用本系统',
|
||||||
message: '开箱即用的中后台管理系统',
|
message: '开箱即用的中后台管理系统',
|
||||||
tenantname: '租户名称',
|
tenantname: '租户名称',
|
||||||
username: '用户名',
|
username: '用户名',
|
||||||
|
@ -390,7 +390,7 @@ const getAllApi = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const goToXXLJob = 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()
|
getAllApi()
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user