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:环境变量配置调整
---
applications/mobile-web-view/src/appPages/Map/index.vue | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/applications/mobile-web-view/src/appPages/Map/index.vue b/applications/mobile-web-view/src/appPages/Map/index.vue
index ab9c653..b05da66 100644
--- a/applications/mobile-web-view/src/appPages/Map/index.vue
+++ b/applications/mobile-web-view/src/appPages/Map/index.vue
@@ -1,13 +1,4 @@
-<!--
- * @Author : yuan
- * @Date : 2025-10-14 13:57:35
- * @LastEditors : yuan
- * @LastEditTime : 2025-10-21 11:40:25
- * @FilePath : \src\appPages\Map\index.vue
- * @Description :
- * Copyright 2025 OBKoro1, All Rights Reserved.
- * 2025-10-14 13:57:35
--->
+
<template>
<div class="wrapper" :style="{ paddingTop: route.query.topMargin + 'px' }">
<leaflet-map :weatherShow="true" :layerShow="true" :locationShow="true">
--
Gitblit v1.9.3