Explorar el Código

修改 测试环境的接口地址

feat
JinxChen hace 1 año
padre
commit
dece7f3eef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/utils/request-wx-fans.js

+ 2
- 2
src/utils/request-wx-fans.js Ver fichero

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


Cargando…
Cancelar
Guardar