From 542bdb8b5d0390d2728edf122ece181e2c41be55 Mon Sep 17 00:00:00 2001 From: GYJ <1157756119@qq.com> Date: Tue, 3 Dec 2024 15:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E8=AF=B7=E6=B1=82=E5=8F=8C?= =?UTF-8?q?=E6=96=9C=E6=9D=A0=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/httpRequest.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/httpRequest.js b/src/utils/httpRequest.js index b8ea180..1bab380 100644 --- a/src/utils/httpRequest.js +++ b/src/utils/httpRequest.js @@ -45,6 +45,7 @@ http.adornUrl = (actionName) => { // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName // return 'http://192.168.0.132:8184/sqx_fast/' + actionName // return 'https://duanjudl.xianmxkj.co/sqx_fast/' + actionName + actionName = actionName.replace(/^\//, ""); return 'https://video.hnsiyao.cn/sqx_fast/' + actionName } @@ -53,6 +54,7 @@ http.adornUrlUp = (actionName) => { // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName // return 'http://192.168.0.132:8183/sqx_fast/' + actionName // return 'https://duanjudl.xianmxkj.co/sqx_fast/' + actionName + actionName = actionName.replace(/^\//, ""); return 'https://video.hnsiyao.cn/sqx_fast/' + actionName }