Pārlūkot izejas kodu

个人信息页面(未登录自动跳到账户中心登录页面)

hangb 7 gadi atpakaļ
vecāks
revīzija
c1c116a45c
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      components/mobile/user/Info.vue

+ 7 - 0
components/mobile/user/Info.vue

@@ -43,6 +43,13 @@
         imageUploadUrl: ''
       }
     },
+    mounted: function () {
+      this.$nextTick(() => {
+        if (!this.$store.state.option.user.logged) {
+          this.$router.push('/auth/login?returnUrl=' + window.location.href)
+        }
+      })
+    },
     computed: {
       getEmail () {
         return this.$store.state.user.updateUser.email.data.content