306132416@qq.com 5 anni fa
parent
commit
87627f4853
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -56,6 +56,7 @@ export default {
       })
     }).then(function (response) {
       console.log(response);
+      if(response.data.code === 200) alert('token验证success!')
     }).catch(function (error) {
       console.log(error);
     });