吴朋磊 16 giờ trước cách đây
mục cha
commit
3928afc147
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 => {