heyujie
2021-08-20 3b9477e4179ac9fca90a1abeb2cf544155d832bc
src/pages/desktop/index/App.vue
@@ -76,12 +76,8 @@
    }, 1000);
    window.addEventListener('message', (e) => {
      if (e.data.msg == 'AppUpdate') {
        debugger
        this.showApps();
      }
      //  if (e.data.msg && e.data.msg.indexOf("refreshDesk")>-1) {
      //     this.showApps();
      //   }
    });
  },
  methods: {