update list response

This commit is contained in:
lb
2022-08-04 14:41:47 +08:00
parent d3752c4f40
commit 3df2939fb4
33 changed files with 79 additions and 76 deletions

View File

@@ -89,7 +89,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
this.$http.post('/doLogout').then(({ data: res }) => {
this.$http.post(this.$http.adornUrl('/doLogout')).then(({ data: res }) => {
if (res.code !== 200) {
return this.$message.error(res.msg)
}