Browse Source

Merge branch 'graphEq' of git.sagacloud.cn:web/ibms into graphEq

zhangyu 4 years ago
parent
commit
56831c3915
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/ready/buildfloor/drawGraphy/drawFloor.vue

+ 0 - 2
src/views/ready/buildfloor/drawGraphy/drawFloor.vue

@@ -96,11 +96,9 @@ export default {
         })
       } else if (type == 3) {
         that.drawMainScene.loadImg(`/image-service/common/image_get?systemId=dataPlatform&key=${Id}`, res => {
-          console.log('imgimg');
           that.getGraphtSuc(res)
         })
       }
-
     },
     // 获取底图成功
     getGraphtSuc(res) {