| | |
| | | <div class="right"> |
| | | <div style="width: calc(100% - 100px * 2);"> |
| | | <div class="title_big">欢迎您登录!</div> |
| | | <div class="title_small">鹓雏科技技术框架系统</div> |
| | | <div class="title_small">瑞翔新材</div> |
| | | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" class="elform" :hide-required-asterisk="true"> |
| | | <el-form-item label="用户名" prop="account"> |
| | | <el-input v-model="ruleForm.account" placeholder="请输入账号" clearable></el-input> |
| | |
| | | this.btnload = true |
| | | this.$refs[formName].validate((valid) => { |
| | | if (valid) { |
| | | this.$router.push('/') |
| | | return |
| | | this.axios.post(this.$api.login.enter, { |
| | | account: this.ruleForm.account, |
| | | password: this.ruleForm.pwd |