From 5208272456d63edcc3af7b23676da5ec4c3e1e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AF=E8=83=BD?= Date: Mon, 6 Jan 2025 14:30:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=20(#1197)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 70b620967b..b83078c2f6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -68,7 +68,7 @@ const onLogin = async (formEl: FormInstance | undefined) => { if (valid) { loading.value = true; useUserStoreHook() - .loginByUsername({ username: ruleForm.username, password: "admin123" }) + .loginByUsername({ username: ruleForm.username, password: ruleForm.password }) .then(res => { if (res.success) { // 获取后端路由