From 47794850d06ebbe27c2d1b42536521c397e5ae99 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期六, 30 三月 2024 21:42:08 +0800
Subject: [PATCH] 端口号修改

---
 src/common/untils/request.js |    4 ++--
 src/.env.preview             |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/.env.preview b/src/.env.preview
index cb50a13..f1a2f71 100644
--- a/src/.env.preview
+++ b/src/.env.preview
@@ -5,7 +5,7 @@
 
 # 鏍囪褰撳墠鏋勫缓鏂瑰紡
 VUE_APP_BUILD_MODE=PREVIEW
-VUE_APP_BATH_PATH='http://www.fai365.com:9088
+VUE_APP_BATH_PATH='http://outsourcing.fai365.com
 VUE_APP_SCOURCE_LINK=TRUE
 
 # 閮ㄧ讲璺緞
diff --git a/src/common/untils/request.js b/src/common/untils/request.js
index 9097a5d..e6f2f3e 100644
--- a/src/common/untils/request.js
+++ b/src/common/untils/request.js
@@ -26,9 +26,9 @@
 const getApsPage = () => {
   // 棣栭〉閮ㄧ讲鍦ㄥ悇涓幆澧冪殑绔彛
   const loginPathMap = {
-    prod: `//${window.location.hostname}:9088`,
+    prod: `//${window.location.hostname}`,
     test: `//192.168.20.119:9088`,
-    dev: `//localhost:8081`
+    dev: `//localhost:8080`
   }
   return loginPathMap[environmentType()]
 }

--
Gitblit v1.8.0