This commit is contained in:
杨鹏
2025-10-15 19:39:44 +08:00
parent 3b38ce766e
commit 5150d49ecb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
const curStep = ref(0);
const jumpPage = () => {
if (!isLogin) {
if (!isLogin.value) {
uni.redirectTo({ url: '/pages/login/index' });
} else if (curStep.value === 0) {
sheep.$router.go('/pages/index/index');