| | |
| | | <img :src="codeUrl" @click="getCode" class="login-code-img"/> |
| | | </div> |
| | | </el-form-item> |
| | | <el-checkbox v-model="loginForm.rememberMe" style="margin:0 0 25px 0;color: #ccc">记住密码</el-checkbox> |
| | | <div style="display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px"> |
| | | <el-checkbox v-model="loginForm.rememberMe" style="color: #ccc">记住密码</el-checkbox> |
| | | <span style="color: yellow;cursor: pointer" @click="toPay">特种作业缴费助手</span> |
| | | </div> |
| | | |
| | | <div style="display: flex;justify-content: space-between;align-items: center"> |
| | | <div style="width: 100%"> |
| | | <el-button |
| | |
| | | }); |
| | | } |
| | | }); |
| | | }, |
| | | toPay(){ |
| | | this.$router.push("/singlePage"); |
| | | } |
| | | } |
| | | }; |