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>({ const loginForm = ref<LoginData>({
tenantId: '111111', tenantId: '111111',
username: 'fishery', username: '',
password: 'fishery@123', password: '',
rememberMe: false, rememberMe: false,
code: '', code: '',
uuid: '' uuid: ''