From 131d41f036334aa5a614fb88978a6af34357fe89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E6=96=B9=E9=91=AB?= <2058932553@qq.com> Date: Fri, 28 Aug 2026 13:38:32 +0800 Subject: [PATCH] =?UTF-8?q?Traffic6=20=E6=9B=BF=E6=8D=A2=E4=B8=BA=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E7=9B=91=E6=8E=A7=E7=94=BB=E9=9D=A2=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=20API=20=E7=9B=B4?= =?UTF-8?q?=E8=BF=9E=E5=9C=B0=E5=9D=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- .env.production | 4 +- src/views/traffic/components/Traffic6.vue | 119 +++++++++++++++++++--- 2 files changed, 109 insertions(+), 14 deletions(-) diff --git a/.env.production b/.env.production index b193b5a..e39a3c3 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -# 生产环境配置 目前是配置代理的方式 -VITE_API_BASE_URL=/juntech-ysdp +# 生产环境配置(直连实际地址,需包含应用 context path) +VITE_API_BASE_URL=http://10.104.10.151:8888/juntech-ysdp diff --git a/src/views/traffic/components/Traffic6.vue b/src/views/traffic/components/Traffic6.vue index 6c1814f..142c70e 100644 --- a/src/views/traffic/components/Traffic6.vue +++ b/src/views/traffic/components/Traffic6.vue @@ -1,19 +1,108 @@