From 4afa6a92ef3bb1eef24709fee878be86767c6051 Mon Sep 17 00:00:00 2001 From: Syliang <1439806354@qq.com> Date: Wed, 6 May 2026 10:44:25 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=AE=8C=E6=88=90wbs=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=9B=E5=BA=A6=E6=95=B0=E6=8D=AE=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BA=A4=E4=BA=92=202=E3=80=81=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=BC=96=E7=A0=81=E7=BB=91=E5=AE=9A=E3=80=81=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=AB=98=E4=BA=AE=E3=80=81=E8=BF=9B=E5=BA=A6=E7=99=BE?= =?UTF-8?q?=E5=88=86=E6=AF=94=E9=AB=98=E4=BA=AE=203=E3=80=81=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.test | 2 +- src/components/model-placeholder/index.vue | 33 ++- src/pages/progress/index.vue | 293 ++++++++++++++++++--- src/service/api/progress.js | 12 +- 6 files changed, 301 insertions(+), 43 deletions(-) diff --git a/.env.development b/.env.development index 4bcf2cc..d4f54f6 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_API_BASE=http://localhost:8099 +VITE_API_BASE=http://syliang.nat100.top diff --git a/.env.production b/.env.production index 4bcf2cc..d4f54f6 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -VITE_API_BASE=http://localhost:8099 +VITE_API_BASE=http://syliang.nat100.top diff --git a/.env.test b/.env.test index 4bcf2cc..d4f54f6 100644 --- a/.env.test +++ b/.env.test @@ -1 +1 @@ -VITE_API_BASE=http://localhost:8099 +VITE_API_BASE=http://syliang.nat100.top diff --git a/src/components/model-placeholder/index.vue b/src/components/model-placeholder/index.vue index 77ebb6b..4862109 100644 --- a/src/components/model-placeholder/index.vue +++ b/src/components/model-placeholder/index.vue @@ -37,6 +37,8 @@