提交
This commit is contained in:
@@ -274,7 +274,7 @@ function loginTest() {
|
||||
// 设置推荐列表,每次退出登录都需要更新
|
||||
useUserStore().initSeesionId();
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index',
|
||||
url: '/packageRc/pages/daiban/daiban',
|
||||
});
|
||||
} else {
|
||||
nextStep();
|
||||
@@ -292,7 +292,7 @@ function complete() {
|
||||
getUserResume().then((userInfo) => {
|
||||
console.log('用户信息已存储到store:', userInfo);
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index',
|
||||
url: '/packageRc/pages/daiban/daiban',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user