Sfoglia il codice sorgente

添加home文件组件引用

zhangyu 4 anni fa
parent
commit
85b98a333f
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/views/home.vue

+ 3 - 2
src/views/home.vue

@@ -123,7 +123,8 @@ import createGraphDialog from "@/components/homeView/createGraphDialog";
 import { SNetUtil } from "@persagy-web/base";
 export default {
     name: "home",
-    components: { Select, leftAsideTree, Dropdown, DropDownButton, topoImageCard, rename, move, deleteDialog, recycle, tagDialog, createGraphDialog, leftFolder },
+    // components: { leftAsideTree },
+    components: { Select, Dropdown, DropDownButton, topoImageCard, rename, move, deleteDialog, recycle, tagDialog, createGraphDialog, leftFolder },
     data() {
         return {
             dataSelect3: [
@@ -140,7 +141,7 @@ export default {
             dropDownList: [
                 {
                     id: "batch",
-                    name: "新建画布",
+                    name: "批量新建",
                     disabled: true,
                 },
             ],