perf: 优化 租户切换

This commit is contained in:
xingyu4j
2025-05-06 15:44:31 +08:00
parent e5f33cd12b
commit bd02645e26
4 changed files with 47 additions and 45 deletions

View File

@@ -24,5 +24,9 @@
"confirm": "Confirm",
"reset": "Reset",
"search": "Search"
},
"tenant": {
"placeholder": "Please select tenant",
"success": "Switch tenant success"
}
}

View File

@@ -24,5 +24,9 @@
"confirm": "确认",
"reset": "重置",
"search": "搜索"
},
"tenant": {
"placeholder": "请选择租户",
"success": "切换租户成功"
}
}