From 5bab32c7f7fa0a232d407a1ff0f6b21adfd764b0 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 22 Oct 2025 18:46:10 +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 599916b..54c1845 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: "cpz3",
- password: "cpz3@2025",
+ username: "zhx",
+ password: "123456",
});
const inputStyle = computed(() => {
const style = {};
--
Gitblit v1.9.3