From 1feef41fdc58b1e31179e7a9ffc7dc188ec38f8e Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Thu, 23 Jan 2025 15:54:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 2 + .../growthpath/GrowthInvistRoot.vue | 172 ++++++++---------- src/components/growthpath/GrowthLive.vue | 16 +- .../growthpath/GrowthOnlineManage.vue | 4 +- 4 files changed, 92 insertions(+), 102 deletions(-) diff --git a/.env.prod b/.env.prod index 7e8fe59a..414714c4 100644 --- a/.env.prod +++ b/.env.prod @@ -5,6 +5,8 @@ VUE_APP_BASE_API=/manageApi VUE_APP_PIC_FOLDERID=1148997110156759040 # 教师节上传zip文件夹id VUE_APP_TOOL_FOLDERID=1148996610925531136 +# 专业力必修API前缀 +VUE_APP_BASE_API_GROWTH=/growth VUE_APP_PROXY_URL=//u.boe.com/ diff --git a/src/components/growthpath/GrowthInvistRoot.vue b/src/components/growthpath/GrowthInvistRoot.vue index cb54c3d1..b09b764d 100644 --- a/src/components/growthpath/GrowthInvistRoot.vue +++ b/src/components/growthpath/GrowthInvistRoot.vue @@ -1,6 +1,6 @@