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

fix: 登录接口修改

parent 50be2d36
Pipeline #80484 passed with stages
...@@ -279,8 +279,8 @@ class Login { ...@@ -279,8 +279,8 @@ class Login {
if (hasGateWay) { if (hasGateWay) {
appService appService
.authorizationToken({ .authorizationToken({
loginName: self.globalConfig.userInfo?.loginName || '', loginName: token,
type: 'WorkNo', type: 'token',
}) })
.then(tokenRes => { .then(tokenRes => {
if (tokenRes.code === 0) { 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