Commit 2dc6df7e authored by 杨思琦's avatar 杨思琦

fix: 登录接口修改

parent 50be2d36
Pipeline #80484 passed with stages
......@@ -279,8 +279,8 @@ class Login {
if (hasGateWay) {
appService
.authorizationToken({
loginName: self.globalConfig.userInfo?.loginName || '',
type: 'WorkNo',
loginName: token,
type: 'token',
})
.then(tokenRes => {
if (tokenRes.code === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment