Describe the bug We use some custom parameters via axios configuration. They are used in the response interceptor. Sometimes there may be a lot of information there, so the option to pass it through the headers or params is not suitable ...
log(error); }) },[]); //final delete of profile const deleteButton = id => { axios.delete('http://localhost:5000/users/status/'+id, { headers: { "this-token": localStorage.getItem("this-token") } }) .then(res => console.log(res.data)); setStatusCon(statusCon.filter(el =>...
{ text: 'Actions', value: 'actions', sortable: false, width: '80px', align: 'center' }, ], headersRead: [ { text: '', align: 'start', sortable: false, value: 'icon', width: '20px' }, { text: 'Description', value: 'description', sortable: false, }, { text: 'Uploaded'...
@huangnan78100And you will lose headers when will try to visit another url in webview. It's not solution huangnan78100commentedFeb 26, 2020 @huangnan78100And you will lose headers when will try to visit another url in webview. It's not solution Ok, But I've achieved my goal by this...
{ text: 'Actions', value: 'actions', sortable: false, width: '80px', align: 'center' }, ], headersRead: [ { text: '', align: 'start', sortable: false, value: 'icon', width: '20px' }, { text: 'Description', value: 'description', sortable: false, }, { text: 'Upl...