cloud-web-corejs 1.0.54-dev.559 → 1.0.54-dev.560
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -496,8 +496,9 @@ export default {
|
|
|
496
496
|
},
|
|
497
497
|
handleGatewayTokenLogin() {
|
|
498
498
|
let ssotoken = this.searchParam.gatewayToken
|
|
499
|
+
let companycode = this.searchParam.entCode
|
|
499
500
|
this.$store
|
|
500
|
-
.dispatch('user/login2', {ssotoken})
|
|
501
|
+
.dispatch('user/login2', {ssotoken, companycode})
|
|
501
502
|
.then(res => {
|
|
502
503
|
if (res.type == "success") {
|
|
503
504
|
this.$nextTick(() => {
|