瀏覽代碼

备案号新增

zhangjie 2 年之前
父節點
當前提交
c6c2097a3c
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 5 1
      src/modules/portal/views/Login.vue
  2. 1 1
      src/modules/portal/views/home/Home.vue

+ 5 - 1
src/modules/portal/views/Login.vue

@@ -7,7 +7,11 @@
       </div>
       <div class="login-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 class="login-body" @keyup.enter="submit">
         <h1 class="login-body-title">题库管理系统</h1>

+ 1 - 1
src/modules/portal/views/home/Home.vue

@@ -258,7 +258,7 @@ export default {
     },
   },
   created() {
-    if (!this.user.passwordWeak) {
+    if (this.user.passwordWeak) {
       this.passWeakDialog = true;
     }
   },