From dece7f3eef796bc6b5da6864fdf135b45177f455 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 6 Jan 2023 17:07:27 +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=E7=9A=84=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 8c6b982..0b8dbf0 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-05 14:53:02 + * @LastEditTime: 2023-01-06 17:06:32 * @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://ping.ssjlai.com', + 'http://usersend.ssjlai.com', 'http://localhost:9528' ]; const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址