Browse Source

特定单位跳转三维场景

zhuzhou
陈鹏飞 3 years ago
parent
commit
8d8098bb60
  1. 4
      src/app/gis-management/gis-labeling/gis-labeling.component.ts

4
src/app/gis-management/gis-labeling/gis-labeling.component.ts

@ -1235,7 +1235,9 @@ export class GisLabelingComponent implements OnInit {
//三维场景
threeeScene (e) {
window.open('http://39.106.78.171:8088/%E6%BC%94%E7%A4%BA%E6%A1%88%E4%BE%8B/--SHGJHYZX/')
if (e.name && e.name == "株洲铭逸酒店") {
window.open('http://39.106.78.171:8088/%E6%BC%94%E7%A4%BA%E6%A1%88%E4%BE%8B/--SHGJHYZX/')
}
}
//查看预案

Loading…
Cancel
Save