From 6d009f08368f93713c1ebeca6acde4163042faa4 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 23 Oct 2025 19:22:32 +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 9f75363..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 = {};
@@ -64,7 +64,7 @@
userInfo.code
).then((res) => {
userStore.setUserInfo(res.data);
- uni.switchTab({
+ uni.reLaunch({
url: "/pages/user/index",
});
});
--
Gitblit v1.9.3