Commit 35211f22 authored by 喻天's avatar 喻天

fix: 广州单点登录修改

No related merge requests found
Pipeline #78684 waiting for manual action with stages
......@@ -146,7 +146,10 @@ class Login {
const homepage = params.getParams('homepage');
const generateType = params.getParams('generateType');
const authCode = params.getParams('authCode');
if (window.globalConfig.loginTemplate === '广州登录页' && this.props.location.pathname.indexOf('noscret') > -1) {
if (
window.globalConfig.subtitle === '广州节约用水管理系统' &&
this.props.location.pathname.indexOf('noscret') > -1
) {
self.getIpone().then(v => {
this.gzlogin(v.data.userMobile);
});
......
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