From 36e71978a92ee64375b2c339e5e05d47b6b23fba Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 14 四月 2023 15:18:58 +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