From dba9cf48c3572e4abbae2062dea8fff2ce9143e3 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 24 Oct 2025 11:44:40 +0800
Subject: [PATCH] feat:清空用戶名稱
---
src/pages/login/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index 54c1845..544a12e 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -29,8 +29,8 @@
import { HOME_PATH, LOGIN_PATH, removeQueryString } from "@/router";
const userStore = useUserStore();
const loginForm = ref({
- username: "zhx",
- password: "123456",
+ username: "",
+ password: "",
});
const inputStyle = computed(() => {
const style = {};
--
Gitblit v1.9.3