diff --git a/framework/sdk-parent/frontend/src/business/login/index.vue b/framework/sdk-parent/frontend/src/business/login/index.vue index 8a6c27658b..986cd69484 100644 --- a/framework/sdk-parent/frontend/src/business/login/index.vue +++ b/framework/sdk-parent/frontend/src/business/login/index.vue @@ -223,7 +223,9 @@ export default { }, created: function () { document.addEventListener('keydown', this.watchEnter); - this.initPlatformInfo(); + if (hasLicense()) { + this.initPlatformInfo(); + } this.activeName = localStorage.getItem('loginType') || 'WE_COM'; let authenticate = localStorage.getItem('AuthenticateType'); if (authenticate === 'LOCAL' || authenticate === 'LDAP') {