提交 75919101 编写于 作者: K klausY

优化用户体验

上级 091e6de0
ENV = 'production'
VUE_APP_BASE_API = '/'
\ No newline at end of file
VUE_APP_BASE_API = '/v1'
\ No newline at end of file
......@@ -3,7 +3,7 @@
<vue-particle-line></vue-particle-line>
<el-main class="login-box">
<h1 class="title-1">GIN-VUE-ADMIN</h1>
<el-form :model="loginForm" :rules="rules" ref="loginForm" status-icon>
<el-form :model="loginForm" :rules="rules" ref="loginForm">
<el-form-item prop="username">
<el-input placeholder="请输入用户名" v-model="loginForm.username"></el-input>
</el-form-item>
......
......@@ -3,7 +3,7 @@
<vue-particle-line></vue-particle-line>
<el-main class="login-box">
<h1 class="title-1">GIN-VUE-ADMIN</h1>by 奇淼
<el-form :model="registForm" :rules="rules" ref="registForm" status-icon>
<el-form :model="registForm" :rules="rules" ref="registForm">
<el-form-item prop="username">
<el-input placeholder="请输入用户名" v-model="registForm.username"></el-input>
</el-form-item>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册