hookehuyr

新增一条导航路线

<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-29 17:11:38
* @LastEditTime: 2024-01-08 11:05:16
* @FilePath: /map-demo/src/views/activity.vue
* @Description: 内部地图主体页面
-->
......@@ -36,10 +36,9 @@
</div>
<div class="operate-bar-wrapper">
<div class="box-wrapper">
<div class="item" @click="testFloor">
<!-- <div class="item" @click="testFloor">
<span style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">3D</span>
</div>
</div> -->
<div v-if="open_current_location" class="item" @click="handleLocation(true)">
<van-icon name="https://cdn.ipadbiz.cn/xys/map/%E5%AE%9A%E4%BD%8Dloc@2x.png" size="1.25rem"
style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);" />
......@@ -1353,6 +1352,17 @@ export default {
[120.588114,31.315472],
[120.588171,31.315006],
[120.588217,31.314775],
],
[
[120.585639,31.315347],
[120.585751,31.315309],
[120.585904,31.314415],
[120.586733,31.314471],
[120.586745,31.314403],
[120.587186,31.31433],
[120.587249,31.314302],
[120.587863,31.314389],
[120.587846,31.314733],
]
];
}
......