.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user