From 6860f30ff7ab6cb5097e63b37411364827e08bfa Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期二, 06 八月 2024 10:48:08 +0800 Subject: [PATCH] fix: 接口对接 --- src/views/login/components/login-form.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue index b628dad..8d4c702 100644 --- a/src/views/login/components/login-form.vue +++ b/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 ({ -- Gitblit v1.8.0