接入登录

This commit is contained in:
2025-06-19 16:48:26 +08:00
parent 342c482c6c
commit 33ef7f5cdb
6 changed files with 54 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ const install = (Vue, vm) => {
originalData: true,
// 默认头部http2约定header名称统一小写 aidex
header: {
'content-type': 'application/x-www-form-urlencoded',
'content-type': 'application/json',
'x-requested-with': 'XMLHttpRequest'
}
});