From 105feccee55661ceb09e61a87052559731d3a67a Mon Sep 17 00:00:00 2001 From: glj Date: Mon, 8 May 2023 09:09:20 +0800 Subject: [PATCH] =?UTF-8?q?glj-=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../multimediaData/component/boot.vue | 258 ++++++++++-------- .../pictureInfo/component/editPicture.vue | 112 ++++---- .../components/retrievalCondition.vue | 57 ++-- .../components/reviseDownloadUrl.vue | 121 ++++++++ 4 files changed, 356 insertions(+), 192 deletions(-) create mode 100644 src/views/dataService/remoteSensingData/components/reviseDownloadUrl.vue diff --git a/src/views/dataService/multimediaData/component/boot.vue b/src/views/dataService/multimediaData/component/boot.vue index 03899fb..aa11f64 100644 --- a/src/views/dataService/multimediaData/component/boot.vue +++ b/src/views/dataService/multimediaData/component/boot.vue @@ -5,191 +5,226 @@ - + - + - - + + - - + + + + + - - + + + + + - - + + + + + - {{ state.baiduOption.runTitle }} + {{ + state.baiduOption.runTitle }} - + - - - + + + - + - + - - + + + + + - - + + + + + - - + + + + + - {{ state.bingOption.runTitle }} + {{ state.bingOption.runTitle + }} - + - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/dataService/pictureInfo/component/editPicture.vue b/src/views/dataService/pictureInfo/component/editPicture.vue index 136da9c..a58963a 100644 --- a/src/views/dataService/pictureInfo/component/editPicture.vue +++ b/src/views/dataService/pictureInfo/component/editPicture.vue @@ -1,79 +1,70 @@ + + \ No newline at end of file