diff --git a/common/utils/requset.js b/common/utils/requset.js index 08c5b8d..686f4bf 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 14:18:43 + * @LastEditTime: 2022-04-20 14:23:33 * @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' : '' }; diff --git a/h5/index.html b/h5/index.html index 2196060..60b953b 100644 --- a/h5/index.html +++ b/h5/index.html @@ -1,2 +1,2 @@