浏览代码

优化用户体验

klausY 5 年之前
父节点
当前提交
759191011d
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      QMPlusVuePage/.env.production
  2. 1 1
      QMPlusVuePage/src/view/login/login.vue
  3. 1 1
      QMPlusVuePage/src/view/login/regist.vue

+ 1 - 1
QMPlusVuePage/.env.production

@@ -1,2 +1,2 @@
 ENV = 'production'
-VUE_APP_BASE_API = '/'
+VUE_APP_BASE_API = '/v1'

+ 1 - 1
QMPlusVuePage/src/view/login/login.vue

@@ -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>

+ 1 - 1
QMPlusVuePage/src/view/login/regist.vue

@@ -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>