瀏覽代碼

合并demo

YaolongHan 4 年之前
父節點
當前提交
8fabbbe600
共有 3 個文件被更改,包括 38 次插入37 次删除
  1. 32 32
      src/components/editview/basePlanEditer.vue
  2. 2 1
      src/lib/item/SPlanEquipment.ts
  3. 4 4
      vue.config.js

+ 32 - 32
src/components/editview/basePlanEditer.vue

@@ -221,38 +221,38 @@ export default {
                 t.selectable = false;
                 this.scene.addItem(t);
             });
-            parser.virtualWallList.forEach((t) => {
-                // 是否显示
-                // t.visible = this.isShowVirtualWall;
-                t.visible = showBaseMap;
-                // 是否可选
-                t.selectable = false;
-                this.scene.addItem(t);
-            });
-            parser.doorList.forEach((t) => {
-                // 是否显示
-                // t.visible = this.isShowDoor;
-                t.visible = showBaseMap;
-                // 是否可选
-                t.selectable = false;
-                this.scene.addItem(t);
-            });
-            parser.columnList.forEach((t) => {
-                // 是否显示
-                // t.visible = this.isShowColumn;
-                t.visible = showBaseMap;
-                // 是否可选
-                t.selectable = false;
-                this.scene.addItem(t);
-            });
-            parser.casementList.forEach((t) => {
-                // 是否显示
-                // t.visible = this.isShowWindow;
-                t.visible = showBaseMap;
-                // 是否可选
-                t.selectable = false;
-                this.scene.addItem(t);
-            });
+            // parser.virtualWallList.forEach((t) => {
+            //     // 是否显示
+            //     // t.visible = this.isShowVirtualWall;
+            //     t.visible = showBaseMap;
+            //     // 是否可选
+            //     t.selectable = false;
+            //     this.scene.addItem(t);
+            // });
+            // parser.doorList.forEach((t) => {
+            //     // 是否显示
+            //     // t.visible = this.isShowDoor;
+            //     t.visible = showBaseMap;
+            //     // 是否可选
+            //     t.selectable = false;
+            //     this.scene.addItem(t);
+            // });
+            // parser.columnList.forEach((t) => {
+            //     // 是否显示
+            //     // t.visible = this.isShowColumn;
+            //     t.visible = showBaseMap;
+            //     // 是否可选
+            //     t.selectable = false;
+            //     this.scene.addItem(t);
+            // });
+            // parser.casementList.forEach((t) => {
+            //     // 是否显示
+            //     // t.visible = this.isShowWindow;
+            //     t.visible = showBaseMap;
+            //     // 是否可选
+            //     t.selectable = false;
+            //     this.scene.addItem(t);
+            // });
             // 画板是否可拖动
             this.view.DragMove = true;
             this.view.fitSceneToView();

+ 2 - 1
src/lib/item/SPlanEquipment.ts

@@ -28,7 +28,8 @@ import { SGraphItem, SAnchorItem } from "@persagy-web/graph/lib";
 import { SPoint, SPainter, SColor } from "@persagy-web/draw";
 import { Example } from "../index";
 import { SBaseIconTextEdit, SBaseTextEdit } from "@persagy-web/edit";
-import { svgTobase64, uuid } from "@persagy-web/big-edit/lib/until";
+import { svgTobase64 } from "@persagy-web/big";
+import { uuid } from "@persagy-web/big-edit/lib/until";
 /**
  * 编辑基础设备类
  *

+ 4 - 4
vue.config.js

@@ -11,25 +11,25 @@ module.exports = {
         proxy: {
             "/labsl": {
                 // target: "http://60.205.177.43:28888",
-                target: "http://192.168.64.14:28888",
+                target: "http://192.168.64.17:28888",
                 changeOrigin: true,
                 secure: false,
             },
             "/meiku": {
                 // target: "http://60.205.177.43:28888",
-                target: "http://192.168.64.14:28888",
+                target: "http://192.168.64.17:28888",
                 changeOrigin: true,
                 secure: false,
             },
             "/datacenter": {
                 // target: "http://60.205.177.43:28888",
-                target: "http://192.168.64.14:28888",
+                target: "http://192.168.64.17:28888",
                 changeOrigin: true,
                 secure: false,
             },
             "/equip-component": {
                 // target: "http://60.205.177.43:28888",
-                target: "http://192.168.64.14:28888",
+                target: "http://192.168.64.17:28888",
                 changeOrigin: true,
                 secure: false,
             },