From 509366a157059aeaf6daa2492cf32e108a8ca104 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 14 六月 2024 20:01:14 +0800 Subject: [PATCH] 工艺路线更新 --- .env.development | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index d8873db..e0d0694 100644 --- a/.env.development +++ b/.env.development @@ -5,18 +5,23 @@ VITE_PUBLIC_PATH = / # Basic interface address SPA -VITE_GLOB_API_URL=http://localhost:9633/api +VITE_GLOB_API_URL=http://localhost:9528/api +VITE_GLOB_SYS_API_URL=http://localhost:9528 #VITE_GLOB_API_URL=http://172.18.8.56:9633/api # VITE_GLOB_API_URL=http://localhost:9633/api #Tsk Interface address # VITE_GLOB_TSK_API_URL=http://172.18.8.56:9633/api # VITE_GLOB_TSK_API_URL=http://localhost:9633/api -VITE_GLOB_TSK_API_URL=http://localhost:9633/api +VITE_GLOB_TSK_API_URL=http://localhost:9528/api # VITE_GLOB_TSK_API_URL=http://localhost:9527/api # File upload address锛� optional -VITE_GLOB_UPLOAD_URL=/upload +# 鐩存帴IIS鎴栬�呰皟璇曠敤 +VITE_GLOB_UPLOAD_URL=http://localhost:9528/api/Base/Upload +VITE_GLOB_DOWNLOAD_URL=http://47.115.28.255:8800/files # Interface prefix VITE_GLOB_API_URL_PREFIX= + +VITE_USE_ORG = false -- Gitblit v1.9.3