zhangxiao
2024-08-06 87929f7f9e7ba1c18c16ee58f7a689394f565995
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 ({