Browse Source

Merge branch 'dev_1.2.0' of http://git.qmth.com.cn/union-question/union-question-web into dev_1.2.0

xiatian 2 years ago
parent
commit
7ab3aabe08

+ 2 - 3
src/components/vEditor/clipboard.js

@@ -247,7 +247,7 @@ export async function pasteHandle(event) {
     for (let index = 0; index < htmlItems.length; index++) {
     for (let index = 0; index < htmlItems.length; index++) {
       await pasteHtmlItem(htmlItems[index]);
       await pasteHtmlItem(htmlItems[index]);
     }
     }
-    // _this.$refs.editor.dispatchEvent(new Event("input"));
+    _this.$refs.editor.dispatchEvent(new Event("input"));
     return;
     return;
   }
   }
 
 
@@ -261,7 +261,7 @@ export async function pasteHandle(event) {
       const file = fileItems[index].getAsFile();
       const file = fileItems[index].getAsFile();
       await pasteImage(file);
       await pasteImage(file);
     }
     }
-    // _this.$refs.editor.dispatchEvent(new Event("input"));
+    _this.$refs.editor.dispatchEvent(new Event("input"));
     return;
     return;
   }
   }
 
 
@@ -277,5 +277,4 @@ export async function pasteHandle(event) {
       console.log("... paste: other ");
       console.log("... paste: other ");
     }
     }
   }
   }
-  // _this.$refs.editor.dispatchEvent(new Event("input"));
 }
 }

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

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

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

@@ -33,7 +33,11 @@
 
 
         <div class="home-footer">
         <div class="home-footer">
           Copyright &copy; 2021
           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>
       </div>
     </div>
     </div>