src/views/login/components/login-form.vue
@@ -83,12 +83,12 @@ const loginConfig = useStorage('login-config', { rememberPassword: true, email: '1750082535@qq.com', // 演示默认值 password: 'basic2024', // demo default value email: '', // 演示默认值 password: '', // demo default value }); const userInfo = reactive({ email: '1750082535@qq.com', // 演示默认值 password: 'basic2024', // demo default value email: '', // 演示默认值 password: '', // demo default value }); const handleSubmit = async ({