diff --git a/src/pages/myElection/index.vue b/src/pages/myElection/index.vue index 19054dc..093d79c 100644 --- a/src/pages/myElection/index.vue +++ b/src/pages/myElection/index.vue @@ -140,13 +140,6 @@ onShow(() => { getList() }) -onShow(() => { - if (!userStore.openId) { - uni.navigateTo({ - url: '/pages/login/login' - }) - } -})