|
@@ -27,8 +27,7 @@ import { SGraphyImgItem } from '@/assets/graphy/SGraphy/newItems/SGraphyImgItem.
|
|
|
import SGraphyPolygonItem from '@/assets/graphy/SGraphy/newItems/SGraphyPolygonItem.js'
|
|
|
import { SGraphyView } from "@sybotan-web/graphy";
|
|
|
import { mapGetters, mapActions } from "vuex";
|
|
|
-import { SPoint } from '@sybotan-web/base/lib';
|
|
|
-import { SPen, SPainter, SColor } from "@sybotan-web/draw";
|
|
|
+import { SPen, SPainter, SColor, SPoint } from "@sybotan-web/draw";
|
|
|
import pako from '@/assets/pako/pako'
|
|
|
import tools from "@/utils/scan/tools";
|
|
|
import { LocationPointScene } from './utils/LocationPointScene.js'
|
|
@@ -101,7 +100,6 @@ export default {
|
|
|
this.mainScene = null;
|
|
|
// 初始化view类
|
|
|
this.view = new SGraphyView("canvas");
|
|
|
- console.log(LocationPointScene)
|
|
|
this.mainScene = new LocationPointScene(null);
|
|
|
this.mainScene.urlGetData(url).then(() => {
|
|
|
this.view.scene = this.mainScene;
|