| | |
| | | <validCode |
| | | v-model="validCode" |
| | | ref="refresh" |
| | | style="margin-left:16px" |
| | | @sendData="getCode" |
| | | ></validCode> |
| | | </el-col> |
| | |
| | | <el-form-item> |
| | | <el-button |
| | | type="primary" |
| | | class="nobr" |
| | | style=" |
| | | width: 384px; |
| | | height: 50px; |
| | | background: #3b4d6e; |
| | | border-radius: 5px; |
| | | " |
| | | class="nobr loginbtn" |
| | | style="" |
| | | :loading="loading" |
| | | @click="submitForm('loginForm')" |
| | | >登录</el-button> |
| | |
| | | time: timeData, |
| | | userid: res.result.createUser, |
| | | expire: res.result.expire, |
| | | autoLogOut: res.result.autoLogOut, |
| | | }; |
| | | LfPrems = JSON.stringify(LfPrems); |
| | | localStorage.setItem("LFToken", LfPrems); |
| | |
| | | border: 0; |
| | | padding: 0 !important; |
| | | } |
| | | .loginbtn { |
| | | width: 384px; |
| | | height: 50px; |
| | | background: #3b4d6e; |
| | | border-radius: 5px; |
| | | } |
| | | </style> |