提交 8fdba913 编写于 作者: KK's avatar KK

动态第三方免登

上级 5f995779
......@@ -93,13 +93,21 @@ export default class Login extends Vue {
*/
public isVisitorsMode:boolean = Environment.VisitorsMode;
/**
* 是否开启第三方免登
*
* @type {string}
* @memberof Login
*/
public isEnableThirdPartyLogin:boolean = Environment.enableThirdPartyLogin;
/**
* 生命周期
*
* @memberof Login
*/
public created(){
this.platform = this.thirdPartyService.platform;
this.platform = this.isEnableThirdPartyLogin?this.thirdPartyService.platform:"";
if(this.platform){
this.thirdLogin();
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册