hanbaoshan
2020-08-01 84f11d4ca59f9580a7e7de5471e3eb86ea14c16b
src/pages/desktop/index/components/ToolsEntry.vue
@@ -49,6 +49,7 @@
      if (dock.type === '1') {
        window.open(dock.url);
      } else if (dock.type === '2') {
        debugger
        this.$store.dispatch('desktop/addFrame', {
          id: dock.id,
          icon: dock.src,