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 }) => {
视频监控