From f33d7ee5143cb606389047b217f1a69744ae5092 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 21:03:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?--=20fix=20=E7=94=9F=E4=BA=A7=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.prod b/.env.prod index 58745c09..e28f6832 100644 --- a/.env.prod +++ b/.env.prod @@ -23,4 +23,6 @@ VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc/case/detail?id= VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile/pages/exam/exam?id= #h5的基本url -VUE_APP_H5=//u.boe.com/student-h5 \ No newline at end of file +VUE_APP_H5=//u.boe.com/student-h5 +#文件基础路径调试 只在生产做了变更 +VUE_APP_FILE_PATH=/upload/boe/file/ \ No newline at end of file From 62ede882b553667cafe0cf44d73f4930e6d3e884 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 21:10:04 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.prod b/.env.prod index 58745c09..3bf48268 100644 --- a/.env.prod +++ b/.env.prod @@ -1,7 +1,8 @@ NODE_ENV=prod VUE_APP_BASE=/manage VUE_APP_BASE_API=/manageApi - +#文件路径 +VUE_APP_FILE_PATH=/upload/boe/file/ VUE_APP_PROXY_URL=//u.boe.com/ VUE_APP_LOGIN_URL=//u.boe.com/web From d8a2266ce9dcc87d21e75cd95ac2d17f3a279ee3 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 21:11:13 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.prod b/.env.prod index 76c2bf66..e28f6832 100644 --- a/.env.prod +++ b/.env.prod @@ -1,8 +1,7 @@ NODE_ENV=prod VUE_APP_BASE=/manage VUE_APP_BASE_API=/manageApi -#文件路径 -VUE_APP_FILE_PATH=/upload/boe/file/ + VUE_APP_PROXY_URL=//u.boe.com/ VUE_APP_LOGIN_URL=//u.boe.com/web