648540858
2021-04-13 1b7afe679e48d1b6403138fe8296b517d8821786
web_src/src/components/Login.vue
@@ -62,9 +62,9 @@
      this.isLoging = true;
      this.$axios({
               method: 'get',
               url:"/api/user/login",
          params: loginParam
         method: 'get',
   url:"/api/user/login",
        params: loginParam
      }).then(function (res) {
        console.log(JSON.stringify(res));
          if (res.data == "success") {