How js Form forms simulate POST submission and token? with Authentication user authentication in Header

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

clipboard.png

gotoBind(type){
            let url = `${this.$url}/connect/${type}`;
            axios.post(url)
        },

axios the document is written clearly


as if the form form simulates post submission and sets header Authentication

Menu