diff --git a/common/utils/requset.js b/common/utils/requset.js index b6f0f62..45158e8 100644 --- a/common/utils/requset.js +++ b/common/utils/requset.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-17 17:42:32 * @LastEditors: ch - * @LastEditTime: 2022-04-20 15:23:18 + * @LastEditTime: 2022-04-20 15:34:09 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ @@ -11,8 +11,8 @@ import $store from '@/common/store'; const ENV = 'test'; const BASE_URL = { - // 'test' : 'http://k8s-horse-gateway.mashibing.cn', - 'test' : '', + 'test' : 'http://k8s-horse-gateway.mashibing.cn', + // 'test' : '', 'release' : '', 'prod' : '' };