This commit is contained in:
liuyuan
2025-07-22 13:41:20 +08:00
parent 2c99d9dbbf
commit 6fa247d0fa
18 changed files with 90 additions and 65 deletions

View File

@@ -417,8 +417,11 @@ export default {
setTimeout(() => {
uni.setStorageSync("isJump", "false");
// uni.reLaunch({
// url: "/pages/home/index"
// });
uni.reLaunch({
url: "/pages/home/index"
url: "/pages/doctors/index"
});
}, 100);
}).catch(e => {
@@ -456,8 +459,11 @@ export default {
title: "登录成功",
});
setTimeout(() => {
// uni.reLaunch({
// url: "/pages/home/index"
// });
uni.reLaunch({
url: "/pages/home/index"
url: "/pages/doctors/index"
});
}, 500);
}).catch(e => {