Эх сурвалжийг харах

报告输出事件总线BUG修复。

DESKTOP-6LTVLN7\Liumouren 2 жил өмнө
parent
commit
2cb1264cc4

+ 1 - 0
src/components/common/BottomMenus.vue

@@ -149,6 +149,7 @@ export default {
   },
   },
   mounted() {
   mounted() {
     // 报告输出事件监听
     // 报告输出事件监听
+    this.$bus.$off("notFound");
     this.$bus.$on("notFound", () => {
     this.$bus.$on("notFound", () => {
       this.$message.info("页面开发中,敬请期待!");
       this.$message.info("页面开发中,敬请期待!");
     });
     });