修改二维码登录逻辑
This commit is contained in:
@@ -26,7 +26,8 @@ const request = async function (options, config = {}) {
|
||||
Accept: 'application/json',
|
||||
'content-type': 'application/json; charset=utf-8',
|
||||
"Authorization": token,
|
||||
"env": "trial",
|
||||
// "env": "trial",
|
||||
"env": envVersion,
|
||||
...config
|
||||
};
|
||||
console.log('config', config)
|
||||
|
Reference in New Issue
Block a user