From ac6a9461f8eb0288edc2c26fad3a8ff04b60a6f3 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 28 Oct 2025 17:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=9C=E7=A2=8D=E7=89=A9?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 18 +++++ src/views/index.vue | 161 ++++++++++++++++++++++++++++++++++---------- vite.config.js | 3 +- 3 files changed, 145 insertions(+), 37 deletions(-) diff --git a/src/api/api.js b/src/api/api.js index a928f0a..8372469 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -144,4 +144,22 @@ export function DeleteCData(data) { return request({ url: '/api/FodAirPort/DeleteCData', method: 'get', params: data }); +} + +export function UpdateFodScopeData(data) { + return request({ + url: '/api/FodAirPort/UpdateFodScopeData', method: 'post', data: data + }); +} +export function GetFodScopeData(data) { + return request({ + url: '/api/FodAirPort/GetFodScopeData',method: 'post', data: data + }); +} + + +export function UpdateImage(data) { + return request({ + url: '/api/Fod/UpdateImage', method: 'post', data: data + }); } \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index be15521..cac7f23 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -228,21 +228,47 @@ - + + - - - - - - + + + + + + + +
@@ -356,7 +382,15 @@ 添加 @@ -550,15 +584,20 @@ /> - - - - + + + @@ -588,7 +632,7 @@