From 02253789e855544a51235bfa1c5974f244f84400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E5=B7=9D?= <604737071@qq.com> Date: Mon, 8 Apr 2024 14:07:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E5=92=8C=E5=AE=89=E8=A3=85=E5=8C=85=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/src/api/FDS/whiteList.js | 13 ++ .../src/views/FDS/installationList/index.vue | 167 +++++++++++------- .../index.vue | 53 +++--- .../views/FDS/whiteListManagement/index.vue | 130 ++++++++------ 4 files changed, 227 insertions(+), 136 deletions(-) create mode 100644 sf-ui/src/api/FDS/whiteList.js rename sf-ui/src/views/FDS/{channelManagement => publishList}/index.vue (87%) diff --git a/sf-ui/src/api/FDS/whiteList.js b/sf-ui/src/api/FDS/whiteList.js new file mode 100644 index 0000000..96b925c --- /dev/null +++ b/sf-ui/src/api/FDS/whiteList.js @@ -0,0 +1,13 @@ +import request from '@/utils/request' + + + +export function Document11691998078000list(query) { + return request({ + url: '/forms/api/router/get/Document11691998078000list', + method: 'get', + params: query + }) +} + + diff --git a/sf-ui/src/views/FDS/installationList/index.vue b/sf-ui/src/views/FDS/installationList/index.vue index d7554b1..c509aa0 100644 --- a/sf-ui/src/views/FDS/installationList/index.vue +++ b/sf-ui/src/views/FDS/installationList/index.vue @@ -1,26 +1,37 @@ - diff --git a/sf-ui/src/views/FDS/channelManagement/index.vue b/sf-ui/src/views/FDS/publishList/index.vue similarity index 87% rename from sf-ui/src/views/FDS/channelManagement/index.vue rename to sf-ui/src/views/FDS/publishList/index.vue index efd9eea..a4932bb 100644 --- a/sf-ui/src/views/FDS/channelManagement/index.vue +++ b/sf-ui/src/views/FDS/publishList/index.vue @@ -1,26 +1,27 @@