From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

---
 src/components/mobilePanorama/index.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/components/mobilePanorama/index.vue b/src/components/mobilePanorama/index.vue
index 2d3256a..18d61b2 100644
--- a/src/components/mobilePanorama/index.vue
+++ b/src/components/mobilePanorama/index.vue
@@ -1,4 +1,10 @@
+/* * @Author: Morpheus * @Date: 2022-03-31 15:26:19 * @Last Modified by:
+Morpheus * @Last Modified time: 2022-03-31 15:32:22 * @Name:
+该组件得作用是什么等 */
 <template>
+  <!-- 实景窗口
+mobilePanorama
+ -->
   <div v-if="openmobilePanorama" class="mobilePanorama">
     <div class="mobilePanorama-close" @click="closeMobilePanorama">
       <i class="el-icon-error icon"></i>
@@ -58,4 +64,4 @@
     }
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3