From e36a1cf682d45ed22466a2bcf5e992f38a767638 Mon Sep 17 00:00:00 2001 From: liubo <1060247260@qq.com> Date: Thu, 8 Jun 2023 11:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 6336210..4706dd4 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VUE_APP_HTTP_BASE = 'http://8.136.13.198/' -VUE_APP_HTTP = 'http://8.136.13.198:9044/' +VUE_APP_HTTP = 'http://8.136.13.198/corp/' VUE_APP_SCHOOL = 'http://8.136.13.198:9043/' VUE_APP_WS = 'http://8.136.13.198:9047/ws' VUE_APP_REC = 'http://8.136.13.198:9049/' diff --git a/.env.test b/.env.test index 3b94116..d3f4f42 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ VUE_APP_HTTP_BASE = 'https://test-api.hrzan.com/' -VUE_APP_HTTP = 'https://test-api.hrzan.com/corp/' +VUE_APP_HTTP = 'http://8.136.13.198/corp/' VUE_APP_SCHOOL = 'https://test-api.hrzan.com/cp/' VUE_APP_WS = 'https://test-api.hrzan.com/message/ws' VUE_APP_REC = 'https://test-api.hrzan.com/recruitment/'