吴朋磊 пре 17 часа
родитељ
комит
3928afc147
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/login/logins.vue

+ 1 - 0
src/views/login/logins.vue

@@ -24,6 +24,7 @@ export default {
         const token=localStorage.getItem('token');//获取token
         console.log("打印获取的token",token);
         setToken(token);
+        alert(token);
         this.$store.dispatch('user/getUserInfoByToken').then(user => {