From 3b6a7d9d5b73550d7e45cf58f45b1a88c11f16ed Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 6 Jul 2026 16:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env | 4 ++-- frontend/.env.development | 2 +- frontend/.env.production | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/.env b/frontend/.env index 5faf502..4dc6249 100644 --- a/frontend/.env +++ b/frontend/.env @@ -13,8 +13,8 @@ VITE_REPORT=false # 浏览器是否显示vue的告警信息 VUE_APP_SILENCE_WARNINGS=true -VITE_COMPANY_WEBSITE=http://www.shining-electric.com/ -VITE_COMPANY_NAME=南京灿能电力自动化股份有限公司 +VITE_COMPANY_WEBSITE=https://baike.baidu.com/item/%E4%BA%91%E5%8D%97%E7%94%B5%E5%8A%9B%E6%8A%80%E6%9C%AF%E6%9C%89%E9%99%90%E8%B4%A3%E4%BB%BB%E5%85%AC%E5%8F%B8/20071982 +VITE_COMPANY_NAME=云南电力技术有限责任公司 VITE_IS_SHOW_RAW_DATA=true # 开启激活验证 diff --git a/frontend/.env.development b/frontend/.env.development index 11c2172..f7af4aa 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -19,6 +19,6 @@ VITE_API_URL=/api # 开发环境跨域代理,支持配置多个 -VITE_PROXY=[["/api","http://127.0.0.1:18092/"]] +VITE_PROXY=[["/api","http://127.0.0.1:18093/"]] #VITE_PROXY=[["/api","http://192.168.1.124:18092/"]] #VITE_PROXY=[["/api","http://192.168.2.125:18092/"]] diff --git a/frontend/.env.production b/frontend/.env.production index fe4f987..770f5b3 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -23,5 +23,5 @@ VITE_PWA=true # 线上环境接口地址 #VITE_API_URL="/api" # 打包时用 -VITE_API_URL="http://127.0.0.1:18092/" +VITE_API_URL="http://127.0.0.1:18093/"