hookehuyr

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

修复URL中activityId参数前的多余&符号,并补充缺失的_t参数值,同时添加activeTab参数以正确初始化页面标签页
<!--
* @Date: 2026-04-22 13:14:52
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-04-29 13:17:28
* @LastEditTime: 2026-04-29 13:59:22
* @FilePath: /jls_weapp/src/pages/map-guide/index.vue
* @Description: 文件描述
-->
......@@ -10,5 +10,5 @@
</template>
<script setup>
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'
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'
</script>
......