diff --git a/common/utils/requset.js b/common/utils/requset.js index 0301a3d..4397fea 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-11 19:08:41 + * @LastEditTime: 2022-04-12 09:19:05 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ @@ -12,7 +12,7 @@ import $store from '@/common/store'; const ENV = 'test'; const BASE_URL = { // 'test' : 'http://39.103.236.147/api', - 'test' : '', + 'test' : 'http://k8s-horse-gateway.mashibing.cn', 'release' : '', 'prod' : '' }; diff --git a/mobile/index.html b/mobile/index.html index f19bb0e..fc2616c 100644 --- a/mobile/index.html +++ b/mobile/index.html @@ -1,2 +1,2 @@