Changed landing to logging (#1053)

pull/1064/head
xiaobaisdz 2 years ago committed by GitHub
parent d54c42ef28
commit a83e88ba61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
export default { export default {
// 系统 // 系统
system: { system: {
login: '登 ', login: '登 ',
username: '用户名', username: '用户名',
password: '密码', password: '密码',
logOut: '注销', logOut: '注销',
@ -59,7 +59,7 @@ export default {
owner: '负责人', owner: '负责人',
tenantIntro: '租户简介' tenantIntro: '租户简介'
}, },
// 项目管理 // 项目管理
projectManage: { projectManage: {
item: '项目', item: '项目',
@ -68,7 +68,7 @@ export default {
owner: '负责人', owner: '负责人',
itemIntro: '项目简介' itemIntro: '项目简介'
}, },
// 线程池管理 // 线程池管理
threadPool: { threadPool: {
threadPool: '线程池', threadPool: '线程池',

Loading…
Cancel
Save