From 72675157c774fc4c6490bd1e49ca3c4aa25581f0 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 三月 2025 15:00:22 +0800 Subject: [PATCH] 详情页面搜索更新 --- .env.production | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index fe4f16b..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-23 16:55:36 + # @LastEditTime: 2024-08-27 09:32:23 ### # Whether to open mock VITE_USE_MOCK = false @@ -19,9 +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_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