lizi 2 년 전
부모
커밋
74bc038b2d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>