This commit is contained in:
2025-03-17 09:32:43 +08:00
parent 0c9554125f
commit 1a13df76a0
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
dataForm: {
name: ''
},
headers: { 'Authorization': 'Bearer ' + this.$cookie.get('token') }
headers: { 'Token': this.$cookie.get('token') }
}
},
methods: {