From 2fee66bc6651e1460ea1dbfb7affff2afa066add Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Oct 2025 15:52:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app

---
 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 caad501..e9efa2e 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -22,8 +22,8 @@
 } from "@/router";
 const userStore = useUserStore();
 const loginForm = ref({
-  username: "shuishen",
-  password: "Dashabi...."
+  username: "zhx",
+  password: "123456"
 })
 const inputStyle = computed(() => {
   const style = {};

--
Gitblit v1.9.3