From 95431129a7f6b8052ba927b062de828c00abcb5c Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 6 Jan 2023 17:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request-wx-fans.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request-wx-fans.js b/src/utils/request-wx-fans.js index 0b8dbf0..74040fb 100644 --- a/src/utils/request-wx-fans.js +++ b/src/utils/request-wx-fans.js @@ -1,7 +1,7 @@ /* * @Date: 2021-12-08 15:59:46 * @LastEditors: JinxChen - * @LastEditTime: 2023-01-06 17:06:32 + * @LastEditTime: 2023-01-06 17:28:01 * @FilePath: \TelpoUserManageAdmin\src\utils\request-wx-fans.js * @description: */ @@ -16,7 +16,7 @@ import store from '@/store' // 区分正式和测试环境,注意 :http://localhost:9528/ 是你本地项目的启动地址 const currentUrl = window.location.href.split('#'); // 当前url,因项目部署方式不同,用当前url区分正式环境和测试环境 const testUrlList = [ - 'http://usersend.ssjlai.com', + 'http://47.96.236.113:8003', 'http://localhost:9528' ]; const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址