Changed landing to logging

pull/1053/head
sdz 3 years ago
parent d54c42ef28
commit 232fe23ea4

@ -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