lawrencehj
2021-07-23 324ae744d757ad329e79770d1a0fbc4d3dfc4602
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));