From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue b/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue
index f00d642..6602525 100644
--- a/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue
+++ b/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue
@@ -1,13 +1,4 @@
-<!--
- * @Author : yuan
- * @Date : 2025-10-22 14:59:10
- * @LastEditors : yuan
- * @LastEditTime : 2025-12-19 14:52:54
- * @FilePath : \src\subPackages\workDetail\mapWork\index.vue
- * @Description :
- * Copyright 2025 OBKoro1, All Rights Reserved.
- * 2025-10-22 14:59:10
--->
+
<!-- 地图展示 -->
<template>
<WebViewPlus
@@ -25,7 +16,7 @@
const viewUrl = ref("");
onLoad((options) => {
- const currentItem = options.currentItem;
+ const currentItem = options.eventNum;
viewUrl.value = getWebViewUrl("/mapWork", { currentItem: currentItem });
});
function onPostMessage(data) {
--
Gitblit v1.9.3