From 0164cb9f883f52b1903946d216e43e2ed67f360e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E9=B8=BF?= Date: Thu, 12 Jun 2025 13:27:07 +0800 Subject: [PATCH] config --- main/.env.development | 4 ++-- sub-government-affairs-service/.env.development | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/.env.development b/main/.env.development index 5413cd1..93c922a 100644 --- a/main/.env.development +++ b/main/.env.development @@ -16,5 +16,5 @@ VITE_APP_UPLOAD_API = '/uploadApis' # VITE_APP_BASE_URL = 'http://47.109.205.240:8080' # VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9300' # 内网接口地址 -VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' +VITE_APP_BASE_URL = 'http://192.168.18.74:8080' +VITE_APP_UPLOAD_URL = 'http://192.168.18.74:8080' diff --git a/sub-government-affairs-service/.env.development b/sub-government-affairs-service/.env.development index 7a86ca4..9ba5ee0 100644 --- a/sub-government-affairs-service/.env.development +++ b/sub-government-affairs-service/.env.development @@ -13,5 +13,5 @@ VITE_APP_UPLOAD_API = '/uploadApis' # VITE_APP_UPLOAD_URL = 'http://47.109.205.240:9300' # 内网接口地址 -VITE_APP_BASE_URL = 'http://192.168.18.99:8080' -VITE_APP_UPLOAD_URL = 'http://192.168.18.99:8080' +VITE_APP_BASE_URL = 'http://192.168.18.74:8080' +VITE_APP_UPLOAD_URL = 'http://192.168.18.74:8080'