From 745815f637e5385b2cbc23a6ae02401bb8b6c675 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 三月 2025 14:22:36 +0800 Subject: [PATCH] 详情页面优化 --- .env.production | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 1093946..afe32fe 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ # @version: # @Date: 2024-06-17 14:51:25 # @LastEditors: Ben Lin - # @LastEditTime: 2024-07-25 09:46:02 + # @LastEditTime: 2024-08-27 09:32:23 ### # Whether to open mock VITE_USE_MOCK = false @@ -19,10 +19,10 @@ # Basic interface address SPA -VITE_GLOB_API_URL=http://localhost:9527/api -VITE_GLOB_SYS_API_URL=http://localhost:9527 -VITE_GLOB_TSK_API_URL=http://localhost:9633/api -VITE_GLOB_WS_URL=http://localhost:7519 +VITE_GLOB_API_URL=http://47.115.28.255:9520/api +VITE_GLOB_SYS_API_URL=http://47.115.28.255:9520 +VITE_GLOB_TSK_API_URL=http://47.115.28.255:9520/api +VITE_GLOB_WS_URL=ws://47.115.28.255:7519 # File upload address锛� optional # It can be forwarded by nginx or write the actual address directly -- Gitblit v1.9.3