From cba73428d36a0e0b0f66394f29715b430808de3d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 29 五月 2024 00:25:49 +0800 Subject: [PATCH] 一些优化 --- .env.production | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index af81aaa..7d086ea 100644 --- a/.env.production +++ b/.env.production @@ -13,11 +13,11 @@ # Basic interface address SPA # VITE_GLOB_API_URL=/basic-api # VITE_GLOB_API_URL=http://172.18.8.55:9533/api -VITE_GLOB_API_URL=http://47.115.28.255:9633/api +VITE_GLOB_API_URL=http://47.115.28.255:9520/api # VITE_GLOB_API_URL=http://localhost:9527/api #Tsk Interface address # VITE_GLOB_TSK_API_URL=http://172.18.8.55:9533/api -VITE_GLOB_TSK_API_URL=http://47.115.28.255:9635/api +VITE_GLOB_TSK_API_URL=http://47.115.28.255:9520/api # VITE_GLOB_TSK_API_URL=http://localhost:9527/api # File upload address锛� optional -- Gitblit v1.9.3