| | |
| | | type="password" |
| | | auto-complete="off" |
| | | placeholder="密码" |
| | | show-password |
| | | @keyup.enter.native="handleLogin" |
| | | > |
| | | <svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" /> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <!-- 底部 --> |
| | | <div class="el-login-footer"> |
| | | <span>技术支持:中国科学院</span> |
| | | </div> |
| | | <!-- <div class="el-login-footer">--> |
| | | <!-- <span>技术支持:中国科学院</span>--> |
| | | <!-- </div>--> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | watch: { |
| | | $route: { |
| | | handler: function(route) { |
| | | // this.redirect = route.query && route.query.redirect; |
| | | this.redirect = '/notCoalMine/nPeopleManage' |
| | | console.log(route,'route') |
| | | this.redirect = route.query && route.query.redirect; |
| | | // this.redirect = '/notCoalMine/nPeopleManage' |
| | | }, |
| | | immediate: true |
| | | } |