feat: 调整登录逻辑
This commit is contained in:
@@ -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
1
hooks/useGoLogin.js
Normal file
@@ -0,0 +1 @@
|
||||
export const goLogin = () => uni.reLaunch({ url: "/pages/login/index" });
|
||||
Reference in New Issue
Block a user