吴朋磊 16 時間 前
コミット
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 => {