refactor(custom): 登录页面增加显式返回键
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-16 23:17:57 +08:00
parent 6ca3669950
commit 6f5d722e6e
4 changed files with 85 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ const userMenuList = ref([
const clickLogin = () => {
// isShowLogin.value = true
Taro.redirectTo({
Taro.navigateTo({
url: '/pages/users/login/index',
});
};