yinbangzhong
2024-08-06 d1de15b9da6124af3c8f547b40adb318e223143d
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 ({