|  |  | 
 |  |  |   }, | 
 |  |  |   mounted() { | 
 |  |  |     // needChangePwd 0 : 默认密码需要修改,1 不需要 | 
 |  |  |     if (userInfo && (!this.userInfo.needChangePwd || this.userInfo.needChangePwd == '0')) { | 
 |  |  |     if (this.userInfo && (!this.userInfo.needChangePwd || this.userInfo.needChangePwd == '0')) { | 
 |  |  |       this.visible.changePwd = true | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |   filters: { | 
 |  |  |   filters: {   | 
 |  |  |     // 展示名称 | 
 |  |  |     displayName(userInfo) { | 
 |  |  |       if (userInfo == null) { | 
 |  |  | 
 |  |  |         } | 
 |  |  |         let argus = JSON.stringify(params) | 
 |  |  |         myWindow.postMessage('{"method":"goToApp","argument":' + argus + '}', '*') | 
 |  |  |       }, 3000) | 
 |  |  |       }, 8000) | 
 |  |  |     }, | 
 |  |  |     // 确定修改密码 | 
 |  |  |     confirmChangePwd() { |