This commit is contained in:
2023-04-25 18:19:21 +08:00
parent b0524715df
commit 35a86dc2fe
41 changed files with 4390 additions and 321 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">登陆</h3>
<h3 class="title">种植业生产监管数字化系统</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
@ -174,6 +174,8 @@ getCookie();
margin: 0px auto 30px auto;
text-align: center;
color: #707070;
font-size: 16px;
font-weight: 400;
}
.login-form {