|
@@ -1,7 +1,7 @@ |
|
|
/* |
|
|
/* |
|
|
* @Date: 2021-12-08 15:59:46 |
|
|
* @Date: 2021-12-08 15:59:46 |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditors: JinxChen |
|
|
* @LastEditTime: 2023-01-05 14:53:02 |
|
|
|
|
|
|
|
|
* @LastEditTime: 2023-01-06 17:06:32 |
|
|
* @FilePath: \TelpoUserManageAdmin\src\utils\request-wx-fans.js |
|
|
* @FilePath: \TelpoUserManageAdmin\src\utils\request-wx-fans.js |
|
|
* @description: |
|
|
* @description: |
|
|
*/ |
|
|
*/ |
|
@@ -16,7 +16,7 @@ import store from '@/store' |
|
|
// 区分正式和测试环境,注意 :http://localhost:9528/ 是你本地项目的启动地址 |
|
|
// 区分正式和测试环境,注意 :http://localhost:9528/ 是你本地项目的启动地址 |
|
|
const currentUrl = window.location.href.split('#'); // 当前url,因项目部署方式不同,用当前url区分正式环境和测试环境 |
|
|
const currentUrl = window.location.href.split('#'); // 当前url,因项目部署方式不同,用当前url区分正式环境和测试环境 |
|
|
const testUrlList = [ |
|
|
const testUrlList = [ |
|
|
'http://ping.ssjlai.com', |
|
|
|
|
|
|
|
|
'http://usersend.ssjlai.com', |
|
|
'http://localhost:9528' |
|
|
'http://localhost:9528' |
|
|
]; |
|
|
]; |
|
|
const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址 |
|
|
const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址 |
|
|