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") {