From 80944f86705180ee52c7a4d273efae153e06fcb3 Mon Sep 17 00:00:00 2001
From: yearning <10538594+wangweifeng1999@user.noreply.gitee.com>
Date: 星期五, 26 六月 2026 11:39:30 +0800
Subject: [PATCH] 优化

---
 src/App.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 1342935..26eeb5d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,9 +9,7 @@
 import { getWxSignature } from '@/utils/wxjssdk.js'
 export default {
   data() {
-    return {
-      
-    }
+    return {}
   },
   watch: {
     '$route.path': function(){
@@ -23,9 +21,7 @@
       }
     },
   },
-  created() {
-    console.log('localHost')
-  }
+  created() {}
 }
 </script>
 

--
Gitblit v1.8.0