From 8e357feadbb4720b99a3ab485e73cb72b66ea3ad Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 23 Dec 2023 11:37:24 +0800
Subject: [PATCH] 小区、住户、房屋、场所等页面调整,皮肤更换功能隐藏

---
 src/App.vue |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 4659fa9..4a72c1d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,22 +5,7 @@
 </template>
 
 <script>
-import Watermark from "./warterMarkVUE"
 
-export default {
-    name: "app",
-    data () {
-        return {}
-    },
-    watch: {},
-    created () {
-        Watermark.set("饶城格格")
-    },
-    mounted () {
-    },
-    methods: {},
-    computed: {}
-}
 </script>
 
 <style lang="scss">

--
Gitblit v1.9.3