From 4de4baa6eea8f80160f6cdc8a4ebd17c0c48f0ee Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 17 Oct 2025 16:43:12 +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 0d2e5e2..9f75363 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: "shuishen",
- password: "Dashabi....",
+ username: "cpz3",
+ password: "cpz3@2025",
});
const inputStyle = computed(() => {
const style = {};
--
Gitblit v1.9.3