hookehuyr

fix: 修正地图引导页URL参数错误

修复URL中activityId参数前的多余&符号,并补充缺失的_t参数值,同时添加activeTab参数以正确初始化页面标签页
1 <!-- 1 <!--
2 * @Date: 2026-04-22 13:14:52 2 * @Date: 2026-04-22 13:14:52
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2026-04-29 13:17:28 4 + * @LastEditTime: 2026-04-29 13:59:22
5 * @FilePath: /jls_weapp/src/pages/map-guide/index.vue 5 * @FilePath: /jls_weapp/src/pages/map-guide/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
10 </template> 10 </template>
11 11
12 <script setup> 12 <script setup>
13 -const map_guide_url = 'https://oa-dev.onwall.cn/f/map/#/checkin/?id=835368&current_lng=121.52609&current_lat=31.25956&openid=oAHBN14FGjUihI-ayF22_rCe0APM&&activityId=8353701&_t=&navMode=jls' 13 +const map_guide_url = 'https://oa-dev.onwall.cn/f/map/#/checkin/?id=835368&current_lng=121.52609&current_lat=31.25956&openid=oAHBN14FGjUihI-ayF22_rCe0APM&activityId=8353701&_t=00&navMode=jls&activeTab=home'
14 </script> 14 </script>
......