修复运维管理的一些bug

This commit is contained in:
Elune
2019-12-21 21:31:52 +08:00
parent 2bc97e3158
commit 1e1705be50
5 changed files with 15 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ export default {
loading: false,
dialog: false,
headers: {
Authorization: 'Bearer ' + getToken()
Authorization: getToken()
},
rules: {}
}