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>