From 3826c8f433a6beb6efc0db559300fed09b5d9997 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 19 八月 2026 09:22:08 +0800
Subject: [PATCH] 奇缘恒艺app 1.打包修改

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

diff --git a/src/App.vue b/src/App.vue
index d427b1e..12488a1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,8 +1,8 @@
 <template>
   <Splash v-if="showSplash" />
-  <div v-else>
+  <view v-else>
     <router-view />
-  </div>
+  </view>
 </template>
 <script setup>
   import { ref, onMounted } from "vue";

--
Gitblit v1.9.3