Compare commits

..

1 Commits

Author SHA1 Message Date
Yang Haoyu 6694c84caa fate 2023-12-06 21:56:02 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">FATE</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"