From 30c1b138d4c9c2daa3f3e67b62550eabaa9e6ca9 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 12 Jan 2026 15:57:10 +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