fix: 修复服务端渲染请求缺少csrf token 问题

This commit is contained in:
feng626
2022-08-19 10:34:16 +08:00
committed by Jiangjie.Bai
parent bb4da12366
commit 24a1738e73
2 changed files with 1 additions and 5 deletions

View File

@@ -98,9 +98,6 @@ function doRequestAuth() {
},
error: function (text, data) {
},
beforeSend: function(request) {
request.setRequestHeader("X-JMS-LOGIN-TYPE", "W");
},
flash_message: false, // 是否显示flash消息
})
}