From eb1fe28cdab2ce1297273f8c2427726f82535f7a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 22 Jan 2026 19:13:00 +0800
Subject: [PATCH] feat: axios使用实例

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

diff --git a/applications/task-work-order/src/App.vue b/applications/task-work-order/src/App.vue
index 87347b7..f0ae601 100644
--- a/applications/task-work-order/src/App.vue
+++ b/applications/task-work-order/src/App.vue
@@ -2,9 +2,8 @@
   <router-view />
 </template>
 
-
-
 <script setup>
+
 </script>
 
 <style>

--
Gitblit v1.9.3