haojianlong 5 éve
szülő
commit
6d8ad7f880

+ 1 - 1
src/assets/graphy/SGraphy/mainScene.js

@@ -12,7 +12,7 @@ var __extends = (this && this.__extends) || (function () {
     };
 })();
 import SGraphyPolygonItem from './newItems/SGraphyPolygonItem.js';
-import SGraphyImgItem from './newItems/SGraphyImgItem.js';
+import { SGraphyImgItem } from './newItems/SGraphyImgItem.js';
 import { SGraphyScene } from "@sybotan-web/graphy";
 import Axios from 'axios';
 import pako from "./until/pako.js";

+ 1 - 1
src/assets/graphy/SGraphy/mainScene.ts

@@ -1,7 +1,7 @@
 
 import { SRect, SSize, SPoint } from "@sybotan-web/base";
 import SGraphyPolygonItem from './newItems/SGraphyPolygonItem.js'
-import SGraphyImgItem from './newItems/SGraphyImgItem.js'
+import { SGraphyImgItem } from './newItems/SGraphyImgItem.js'
 import { SGraphyScene, SMouseEvent } from "@sybotan-web/graphy";
 import { SPen, SPainter, SColor } from "@sybotan-web/draw";
 import { dataItemPath, dataItem, dataSpaceItem, dataInterface, PolygonItemInterface, ImgItemInterface } from './dataType'   //传入参数的参数接口类型