From ca987bfb2dad4b87b931a4bf3e93c030bde63e1d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 13 Oct 2025 11:44:39 +0800
Subject: [PATCH] feat:详情
---
src/pages/login/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index 43b650e..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 = {};
@@ -58,7 +58,7 @@
).then(res => {
userStore.setUserInfo(res.data)
uni.switchTab({
- url: '/'
+ url: '/pages/user/index'
})
})
}
--
Gitblit v1.9.3