LiuTeng 7 ay önce
ebeveyn
işleme
acff7e7ce4
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 5 3
      src/views/login/index.vue

+ 5 - 3
src/views/login/index.vue

@@ -110,6 +110,7 @@ import ModuleCustom6 from "@/component/custom6.vue"; //自定义组件6
 import ModuleCustom7 from "@/component/custom7.vue"; //自定义组件7
 import ModuleCustom8 from "@/component/custom8.vue"; //自定义组件8
 import ModulePanel from "@/component/panel.vue"; //面板组件
+import ModuleMoreBar from "@/component/moreBar.vue"; //面板组件
 import { templateAndArea } from "@/api/index";
 import { Message } from "element-ui";
 export default {
@@ -139,6 +140,7 @@ export default {
     ModuleCustom7,
     ModuleCustom8,
     ModulePanel,
+    ModuleMoreBar,
   },
   data() {
     return {
@@ -282,12 +284,12 @@ export default {
         top: y,
         left: x,
       };
-      this.backStyle = style
+      this.backStyle = style;
     },
 
     goBack() {
-      window.history.back()
-    }
+      window.history.back();
+    },
   },
 };
 </script>