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>({ const loginForm = ref<LoginData>({
tenantId: '000000', tenantId: '000000',
username: 'admin', username: '',
password: 'admin123', password: '',
rememberMe: false, rememberMe: false,
code: '', code: '',
uuid: '' uuid: ''