From 754f2fa9c8076a5d13ad7476eb9bc5984f78c99c Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 21 四月 2023 13:25:32 +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