()
| 158 | } |
| 159 | |
| 160 | async checkRegister() { |
| 161 | // console.log('config', yapi.WEBCONFIG); |
| 162 | if (yapi.WEBCONFIG.closeRegister) { |
| 163 | return false; |
| 164 | } else { |
| 165 | return true; |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | async checkLDAP() { |
| 170 | // console.log('config', yapi.WEBCONFIG); |