| | |
| | | <img :src="codeUrl" @click="getCode" class="login-code-img"/> |
| | | </div> |
| | | </el-form-item> |
| | | <el-checkbox v-model="loginForm.rememberMe" style="margin:0px 0px 25px 0px;">记住密码</el-checkbox> |
| | | <el-checkbox v-model="loginForm.rememberMe" style=" margin:0px 0px 25px 0px;">记住密码</el-checkbox> |
| | | <el-form-item style="width:100%;"> |
| | | <el-button |
| | | :loading="loading" |
| | |
| | | watch: { |
| | | $route: { |
| | | handler: function(route) { |
| | | console.log(route); |
| | | this.redirect = route.query && route.query.redirect; |
| | | }, |
| | | immediate: true |
| | |
| | | this.loginInfo = loginInfo.user |
| | | //如果返回为1正常跳转 |
| | | if(this.loginInfo.firstLogin == 1){ |
| | | this.$router.push({ path: "/" }).catch(()=>{}); |
| | | return; |
| | | this.$router.push({ path: this.redirect || "/" }).catch(()=>{}); |
| | | } else { |
| | | localStorage.setItem('firstLogin',0) |