From c4aae8335f64889b323d7c3c040be65bbbfb74c1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 15 Sep 2025 14:35:38 +0800
Subject: [PATCH] feat:跳转地址切回
---
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