取消拼接token 前缀,由后端处理

This commit is contained in:
dqjdda
2019-11-28 20:12:23 +08:00
parent 11d1a803ee
commit a4299d944b
9 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ export default {
data() {
return {
headers: {
'Authorization': 'Bearer ' + getToken()
'Authorization': getToken()
},
editorContent:
`<h3 style="text-align: center;">欢迎使用 wangEditor 富文本编辑器!</h3>