From ab9de8078676286997a422db72fec01bb9d85431 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 13 Jan 2026 12:49:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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