企业信息补全页面开发

This commit is contained in:
冯辉
2025-10-21 22:58:47 +08:00
parent 968e6b4091
commit 8bb3c424e2
61 changed files with 2793375 additions and 812 deletions

View File

@@ -199,10 +199,10 @@ const logOut = (redirect = true) => {
uni.removeStorageSync('userInfo')
uni.removeStorageSync('token')
// 只有在明确需要跳转时才跳转到登录
// 只有在明确需要跳转时才跳转到补全信息
if (redirect) {
uni.redirectTo({
url: '/pages/login/login',
url: '/pages/complete-info/complete-info',
});
}
}