306132416@qq.com hace 4 años
padre
commit
87627f4853
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
     });