fix 去掉账号密码

This commit is contained in:
Ironsp
2026-08-13 10:13:01 +08:00
parent e19a9df909
commit aba75fdd7c

View File

@@ -91,8 +91,8 @@ const { t } = useI18n();
const loginForm = ref<LoginData>({
tenantId: '000000',
username: 'admin',
password: 'admin123',
username: '',
password: '',
rememberMe: false,
code: '',
uuid: ''