From 99ae603f6993247d1ae3d2e5f4eae1f0e46eb9cc Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 7 Dec 2023 09:28:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E7=A7=BB=E9=99=A4b4=E9=9B=86?= =?UTF-8?q?=E7=BE=A4=E7=9B=91=E6=8E=A7tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/yarn-cluster-tab.js | 3 +-- web/index.html | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/yarn-cluster-tab.js b/web/components/yarn-cluster-tab.js index 67e5314..6ed04b1 100644 --- a/web/components/yarn-cluster-tab.js +++ b/web/components/yarn-cluster-tab.js @@ -11,12 +11,11 @@ function yarnClusterTab() { { title: '总体情况', tab: [ - yarnQueueCrud('b1,b5,b5-sync,a4,b4,b12') + yarnQueueCrud('b1,b5,b5-sync,a4,b12') ], }, yarnTab('b1', 'b1'), yarnTab('a4', 'a4'), - yarnTab('b4', 'b4'), yarnTab('b5', 'b5'), yarnTab('b5-sync', 'b5-sync'), yarnTab('t5', 't5'), diff --git a/web/index.html b/web/index.html index 16e8b94..1f29ee5 100644 --- a/web/index.html +++ b/web/index.html @@ -82,7 +82,8 @@ amisJSON, { data: { - base: 'http://132.122.116.148:35690/hudi_services/service_web', + base: 'http://132.126.207.130:35690/hudi_services/service_web', + // base: 'http://132.122.116.148:35690/hudi_services/service_web', // base: '/hudi_services/service_web', }, },