取消拼接token 前缀,由后端处理
This commit is contained in:
@@ -15,7 +15,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
headers: {
|
||||
'Authorization': 'Bearer ' + getToken()
|
||||
'Authorization': getToken()
|
||||
},
|
||||
editorContent:
|
||||
`<h3 style="text-align: center;">欢迎使用 wangEditor 富文本编辑器!</h3>
|
||||
|
||||
Reference in New Issue
Block a user