fix: 取消默认密码。

This commit is contained in:
tianyongbao
2026-04-11 16:16:37 +08:00
parent e8791e9371
commit beae389f33

View File

@@ -87,8 +87,8 @@ const { t } = useI18n();
const loginForm = ref<LoginData>({
tenantId: '111111',
username: 'fishery',
password: 'fishery@123',
username: '',
password: '',
rememberMe: false,
code: '',
uuid: ''