From 2f7a17aa992a976613b3bf638ebc9d6b2dade21f Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 15 Sep 2025 17:52:55 +0800
Subject: [PATCH] Merge branch 'feature/bidding-function' of http://139.196.74.78:10010/r/drone/drone-web-manage into feature/bidding-function

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

diff --git a/src/views/operatingIncome/operatingIncome.vue b/src/views/operatingIncome/operatingIncome.vue
index e76b67a..caadddb 100644
--- a/src/views/operatingIncome/operatingIncome.vue
+++ b/src/views/operatingIncome/operatingIncome.vue
@@ -82,7 +82,7 @@
 	</el-dialog>
 </template>
 <script setup>
-import { getAlgorithmManageList, algorithmManageEdit } from '@/api/operatingIncome/operatingIncome';
+import { getAlgorithmManageList, algorithmManageEdit } from '@/api/airspace/airspace';
 import { getDictionaryByCode } from '@/api/system/dictbiz';
 
 const total = ref(0)

--
Gitblit v1.9.3