Browse Source

引入问题

YaolongHan 4 years ago
parent
commit
206661e73d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/editview/basePlanEditer.vue

+ 1 - 2
src/components/editview/basePlanEditer.vue

@@ -15,9 +15,8 @@
 </template>
 <script>
 import { SFloorParser, getJsonz } from "@persagy-web/big";
-import { SImageItem, SImageShowType } from "@persagy-web/graph";
+import { SImageItem, SImageShowType,SGraphPropertyCommand } from "@persagy-web/graph";
 import { SPlanView, SPlanParser, SPlanScene, SPlanDecorator, SPlanEquipment, SPlanZone } from "@/lib";
-import { SGraphPropertyCommand } from "@persagy-web/edit";
 import planTooltip from "./planTooltip.vue";
 import { mapState, mapMutations } from "vuex";
 import base64ToFile from "@/utils/base64ToFile";