소스 검색

Merge branch 'feat' into develop

master^2
JinxChen 1 년 전
부모
커밋
b757de1f24
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/utils/request-wx-fans.js

+ 2
- 2
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'; //正式环境接口地址


Loading…
취소
저장