lawrencehj
2021-06-22 b11c57d4b5c9c3b62e2cbea0672d8b5b0235f966
web_src/src/components/Login.vue
@@ -80,7 +80,7 @@
      this.$axios({
         method: 'get',
   url:"/api/user/login",
         url:"/api/user/login",
        params: loginParam
      }).then(function (res) {
        console.log(JSON.stringify(res));