From 10dfc650ab9af001b1f2dc06c14c029620262715 Mon Sep 17 00:00:00 2001 From: fuliqiang <1348994179@qq.com> Date: Mon, 6 May 2024 11:32:07 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=8D=E5=90=8C=E6=AD=A5=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bigtop-manager-ui/.env.development | 3 +- .../components/job-info/custom-progress.vue | 106 ++++++++---------- .../src/components/job-info/index.vue | 21 ++-- .../src/components/job-info/stage-info.vue | 15 ++- bigtop-manager-ui/src/hooks/copy.ts | 0 5 files changed, 77 insertions(+), 68 deletions(-) create mode 100644 bigtop-manager-ui/src/hooks/copy.ts diff --git a/bigtop-manager-ui/.env.development b/bigtop-manager-ui/.env.development index 4af78b52..44482818 100644 --- a/bigtop-manager-ui/.env.development +++ b/bigtop-manager-ui/.env.development @@ -17,7 +17,8 @@ NODE_ENV=development VITE_APP_BASE='/' #VITE_APP_BASE_URL='http://172.29.40.96:8080' -VITE_APP_BASE_URL='http://localhost:8080' +# VITE_APP_BASE_URL='http://localhost:8080' +VITE_APP_BASE_URL='http://mkwbafep.v7.idcfengye.com' VITE_APP_BASE_API='/api' #VITE_APP_BASE_WS_URL='ws://172.29.40.96:8080' VITE_APP_BASE_WS_URL='ws://localhost:8080' diff --git a/bigtop-manager-ui/src/components/job-info/custom-progress.vue b/bigtop-manager-ui/src/components/job-info/custom-progress.vue index cd1f234d..bc47f51d 100644 --- a/bigtop-manager-ui/src/components/job-info/custom-progress.vue +++ b/bigtop-manager-ui/src/components/job-info/custom-progress.vue @@ -18,7 +18,7 @@ -->