From d31fb45254f34d9ba69bc9e036dca2f956768cca Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 24 Aug 2023 09:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 11 +++--- .../fire-control/components/right-bottom.js | 3 +- .../fire-control/components/style.less | 35 +------------------ .../fire-control/containers/homePage.js | 13 +++---- 4 files changed, 15 insertions(+), 47 deletions(-) diff --git a/api/config.js b/api/config.js index bab5934..aea1ab4 100644 --- a/api/config.js +++ b/api/config.js @@ -91,11 +91,6 @@ const product = { password: 'Fs2689' } }, - pssaRequest: [{ - name: 'yingshiRequest', - root: YINGSHI_URL, - params: {} - },], backupsUrl: BACKUPS_URL, k8s: KUBESPHERE_URL, dbConfig: DATABASE_CONFIG, @@ -104,7 +99,11 @@ const product = { pssaRequest: [{// name 会作为一个 request 出现在 ctx.app.fs name: 'anxinyun', root: AXY_API_URL - }], + }, { + name: 'yingshiRequest', + root: YINGSHI_URL, + params: {} + },], } }, { entry: require('./app/lib/middlewares/proxy').entry, diff --git a/super-screen/client/src/sections/fire-control/components/right-bottom.js b/super-screen/client/src/sections/fire-control/components/right-bottom.js index fd753c8..bac90fa 100644 --- a/super-screen/client/src/sections/fire-control/components/right-bottom.js +++ b/super-screen/client/src/sections/fire-control/components/right-bottom.js @@ -30,7 +30,8 @@ const DataTop5 = ({ dispatch, actions }) => {
视频监控