as mentioned, I now use springsecurity oauth to bind qq and Wechat, but when I POST submit / connect/qq Times is wrong, so I wonder if there is any other solution
gotoBind(type){
let url = `${this.$url}/connect/${type}`;
axios.post(url)
},