guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
3b362cd79f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/login.vue

+ 1 - 0
src/views/login.vue

@@ -22,6 +22,7 @@ export default {
     });
     let token = this.$route.query.token;
     let user = jwt.decode(token);
+    console.log(user);
     localStorage.setItem('user', JSON.stringify(user));
     this.$toast.clear();
     if (!this.is_dev) this.toIndex();