瀏覽代碼

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…
取消
儲存