|
@@ -67,7 +67,7 @@
|
|
id="d201-box"
|
|
id="d201-box"
|
|
@mouseover="handleD201Mouseover"
|
|
@mouseover="handleD201Mouseover"
|
|
@mouseleave="handleD201Mouseleave"
|
|
@mouseleave="handleD201Mouseleave"
|
|
- @click="handleAreaClick('D201')">
|
|
|
|
|
|
+ @click="handleAreaClick('D201', 'd201')">
|
|
<!--<div class="d201-box-text"-->
|
|
<!--<div class="d201-box-text"-->
|
|
<!--id="d201-box-text">D 2 0 1</div>-->
|
|
<!--id="d201-box-text">D 2 0 1</div>-->
|
|
</div>
|
|
</div>
|
|
@@ -106,7 +106,7 @@
|
|
id="office-box"
|
|
id="office-box"
|
|
@mouseover="handleOfficeMouseover"
|
|
@mouseover="handleOfficeMouseover"
|
|
@mouseleave="handleOfficeMouseleave"
|
|
@mouseleave="handleOfficeMouseleave"
|
|
- @click="handleAreaClick('办公楼')">
|
|
|
|
|
|
+ @click="handleAreaClick('办公楼', 'office')">
|
|
<!--<div class="office-box-text"-->
|
|
<!--<div class="office-box-text"-->
|
|
<!--id="office-box-text">办 公 楼</div>-->
|
|
<!--id="office-box-text">办 公 楼</div>-->
|
|
</div>
|
|
</div>
|