From e500f3ad66d88053118d76f4c838f6f176736615 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期三, 19 十月 2022 17:10:16 +0800
Subject: [PATCH] 封装table组件,封装上传组件,修改消息发布,修改bug

---
 src/views/systemSetting/device/point/index.vue |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/views/systemSetting/device/point/index.vue b/src/views/systemSetting/device/point/index.vue
index acc4e86..a0df916 100644
--- a/src/views/systemSetting/device/point/index.vue
+++ b/src/views/systemSetting/device/point/index.vue
@@ -1,5 +1,19 @@
 <template>
     <div class="point">
-        111
+        <MyUpload></MyUpload>
     </div>
-</template>
\ No newline at end of file
+</template>
+<script>
+// 寮曞叆涓婁紶缁勪欢
+import MyUpload from '@/components/myUpload'
+export default {
+    components:{
+        MyUpload
+    },
+    data() {
+        return {
+
+        }
+    }
+}
+</script>
\ No newline at end of file

--
Gitblit v1.8.0