ソースを参照

big:fix:引入问题

haojianlong 4 年 前
コミット
8326594a0e

+ 1 - 1
saga-web-big/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/big",
-    "version": "1.0.115",
+    "version": "1.0.116",
     "description": "上格云建筑信息化库",
     "main": "lib/index.js",
     "types": "lib/index.d.js",

+ 1 - 1
saga-web-big/src/items/floor/SSpaceItem.ts

@@ -30,7 +30,7 @@ import { Space } from "../../types/floor/Space";
 import { ItemOrder } from "../..";
 import { ItemColor } from "../..";
 import { SGraphItem } from "@saga-web/graph/lib";
-import {SMouseEvent} from "../../../../saga-web-base/src";
+import { SMouseEvent } from "@saga-web/base";
 
 /**
  * 模型空间item

+ 2 - 2
saga-web-fengmap/package.json

@@ -17,7 +17,7 @@
     "author": "郝建龙 (1061851420@qq.com)",
     "license": "ISC",
     "publishConfig": {
-        "registry": "http://192.168.200.23:8081/repository/npm-hosted/"
+        "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
     },
     "devDependencies": {
         "@types/es6-promise": "^3.3.0",
@@ -33,7 +33,7 @@
         "typescript": "^3.9.7"
     },
     "dependencies": {
-        "@saga-web/big": "1.0.115",
+        "@saga-web/big": "1.0.116",
         "axios": "^0.18.0"
     }
 }