From 9fbe2c6d6468dc6948a6f493ddd254686e223686 Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Thu, 18 Jun 2026 11:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=AE=A1=E7=90=86=E6=94=B9?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/report-engine/apis/index.vue | 223 +++++++++++-------------- 2 files changed, 104 insertions(+), 123 deletions(-) diff --git a/.env.development b/.env.development index d2b4520..8dd8ab2 100644 --- a/.env.development +++ b/.env.development @@ -4,4 +4,6 @@ ENV = 'development' # 统一后端服务地址前缀(网关服务名:admin-go) # 开发环境走本地代理,避免 CORS VITE_API_URL = 'http://116.204.74.41:8000' -# VITE_API_URL = 'http://192.168.3.30:8000' \ No newline at end of file +# VITE_API_URL = 'http://192.168.3.30:8000' +# VITE_API_URL = 'http://192.168.3.135:8000' + diff --git a/src/views/report-engine/apis/index.vue b/src/views/report-engine/apis/index.vue index dfb8a59..1bd2735 100644 --- a/src/views/report-engine/apis/index.vue +++ b/src/views/report-engine/apis/index.vue @@ -1,123 +1,85 @@