From c2abc8f1c213563f372790a70b02b6859c7409f1 Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Sat, 17 May 2025 18:03:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=85=8D=E7=BD=AE11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +++--- vite.config.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index d16a577..32fb2d8 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' VITE_APP_TITLE = '高赛通单项目' -VITE_APP_BASE_API = http://182.92.169.222:18086/jeecg-boot +VITE_APP_BASE_API = http://115.190.99.211:18086/jeecg-boot # VITE_APP_BASE_API = 'http://127.0.0.1:8080' -VITE_APP_PC_URL = http://localhost:18085/jeecg-boot -VITE_APP_MOBILE_URL = http://localhost:18085/jeecg-boot \ No newline at end of file +VITE_APP_PC_URL = http://115.190.99.211:803/#/home +VITE_APP_MOBILE_URL = http://115.190.99.211:8030 \ No newline at end of file diff --git a/vite.config.ts b/vite.config.ts index 31ec283..731fe4d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -33,7 +33,7 @@ export default defineConfig({ host: '0.0.0.0', port: 8866, }, - base:'/gst_single', + base:'/', resolve: { alias: { '@': path.resolve('./src'), // 相对路径别名配置,使用 @ 代替 src From 9d3295600e5f6ae0357d59ee6d8ab7a57625f715 Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Wed, 28 May 2025 18:35:31 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=85=8D=E7=BD=AE=20804-h5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 32fb2d8..ad92c86 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' VITE_APP_TITLE = '高赛通单项目' -VITE_APP_BASE_API = http://115.190.99.211:18086/jeecg-boot +VITE_APP_BASE_API = http://115.190.99.211:18186/jeecg-boot # VITE_APP_BASE_API = 'http://127.0.0.1:8080' -VITE_APP_PC_URL = http://115.190.99.211:803/#/home -VITE_APP_MOBILE_URL = http://115.190.99.211:8030 \ No newline at end of file +VITE_APP_PC_URL = http://115.190.99.211:814/#/home +VITE_APP_MOBILE_URL = http://115.190.99.211:8014 \ No newline at end of file