Explorar o código

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

DESKTOP-6LTVLN7\Liumouren %!s(int64=2) %!d(string=hai) anos
pai
achega
2cb1264cc4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/common/BottomMenus.vue

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

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