YaolongHan 4 سال پیش
والد
کامیت
192ae27139
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/components/Legend/src/legend.vue

+ 0 - 2
src/components/Legend/src/legend.vue

@@ -221,8 +221,6 @@ export default {
                 { editerUrl } = conf
             let floorName = this.floorName ? this.floorName : this.$cookie.get('floorNow')
             let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}`
-            console.log('data',data);
-            console.log('this.categoryId',this.categoryId,this.$cookie.get('categoryId'))
             let url = editerUrl + 'editer?' + encodeURIComponent(data)
             window.open(url, true)
         },