feat: 调整登录逻辑

This commit is contained in:
duanshuwen
2025-08-05 18:37:38 +08:00
parent 0a15c0dac3
commit 931511b0cf
3 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
export const goHome = () => uni.reLaunch({ url: "/pages/index/index" });
export const goHome = () => uni.reLaunch({ url: "/pages/index/index" });

1
hooks/useGoLogin.js Normal file
View File

@@ -0,0 +1 @@
export const goLogin = () => uni.reLaunch({ url: "/pages/login/index" });