From 0c0fa2483fd431104f6498e40fffd983d913dce2 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 25 四月 2023 17:11:09 +0800 Subject: [PATCH] 修改 --- .env.production | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index c50fbea..e8de6b9 100644 --- a/.env.production +++ b/.env.production @@ -17,6 +17,6 @@ #VITE_API_URL_SOCKET = 'http://121.239.169.27:16006/safeplatform' # 国泰线上试用环境接口地址 -VITE_API_URL = 'http://121.239.169.27:16016/safeplatform' +VITE_API_URL = 'http://121.239.169.27:16070' VITE_API_URL_OUT = 'http://121.239.169.27:16016/safeplatform-out' VITE_API_URL_SOCKET = 'http://121.239.169.27:16016/safeplatform' -- Gitblit v1.9.2