From 1394335f4874cec0c02751e8a7b66cab565ce874 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Nov 2022 11:40:05 +0800
Subject: [PATCH] 文件处理及title处理

---
 src/mobileLayout/index.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/mobileLayout/index.vue b/src/mobileLayout/index.vue
index bf5727f..4d660ee 100644
--- a/src/mobileLayout/index.vue
+++ b/src/mobileLayout/index.vue
@@ -1,3 +1,13 @@
+<!--
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2022-10-21 14:09:12
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2022-11-02 10:55:08
+ * @FilePath: \sd-jg-school-web\src\mobileLayout\index.vue
+ * @Description:
+ *
+ * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
+-->
 <template>
   <div id="mobileMaps">
     <mobilemapBox ref="mobilemapBoxFrom" />
@@ -5,7 +15,11 @@
 </template>
 
 <script>
-export default {};
+export default {
+    created () {
+
+    }
+}
 </script>
 
 <style>

--
Gitblit v1.9.3