YaolongHan il y a 4 ans
Parent
commit
192ae27139
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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)
         },