From 8a22c9bb675e14ebf2e5ba78e1a7b9cd101cccce Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 29 Apr 2025 10:44:02 +0800
Subject: [PATCH] 智飞工单审核详情显示

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

diff --git a/src/App.vue b/src/App.vue
index 65adfd5..24cea39 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,8 +2,7 @@
   <router-view />
 </template>
 
-<script>
-export default {};
+<script setup>
 </script>
 
 <style>

--
Gitblit v1.9.3