hanbaoshan
2020-08-03 2645dd9c47a894688c2a6c9b151b5a76e7f5a12b
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,