吴朋磊 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 => {