소스 검색

备案号新增

zhangjie 2 년 전
부모
커밋
9d09c45864
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      src/modules/portal/views/home/Home.vue

+ 6 - 2
src/modules/portal/views/home/Home.vue

@@ -33,7 +33,11 @@
 
         <div class="home-footer">
           Copyright &copy; 2021
-          <a href="https://www.qmth.com.cn" target="_block">启明泰和</a>.
+          <a href="https://www.qmth.com.cn" target="_block">启明泰和</a>.<a
+            href="https://beian.miit.gov.cn/"
+            target="_blank"
+            >鄂ICP备12000033号-13</a
+          >
         </div>
       </div>
     </div>
@@ -254,7 +258,7 @@ export default {
     },
   },
   created() {
-    if (this.user.passwordWeak) {
+    if (!this.user.passwordWeak) {
       this.passWeakDialog = true;
     }
   },