Browse Source

merge feature/1002474 into main

merge "feature/1002474" into "main"
1002474

Created-by: lizi
Author-id: 7030146
MR-id: 6977
Commit-by: lizi
Merged-by: Kevin
Description: merge "feature/1002474" into "main"
1002474

See merge request: zhcqdn00001/front!41
Kevin 2 years ago
parent
commit
c9151c71e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/LoginView.vue

+ 2 - 2
src/views/LoginView.vue

@@ -79,9 +79,9 @@ const onFinishFailed = (errorInfo: any) => {
               <a-button type="primary" html-type="submit" block :loading="loading">登&nbsp;&nbsp;&nbsp;&nbsp;录</a-button>
             </a-form-item>
           </a-form>
-          <p class="forgot-password-wrap">
+          <!-- <p class="forgot-password-wrap">
             <a href="#">忘记密码?</a>
-          </p>
+          </p> -->
         </div>
       </a-col>
     </a-row>