diff --git a/common/utils/requset.js b/common/utils/requset.js index 11e01d4..d873233 100644 --- a/common/utils/requset.js +++ b/common/utils/requset.js @@ -2,14 +2,14 @@ * @Author: ch * @Date: 2022-03-17 17:42:32 * @LastEditors: ch - * @LastEditTime: 2022-04-29 20:19:22 + * @LastEditTime: 2022-04-29 20:33:34 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ import MsbUniRequest from '@/common/plugins/msbUniRequest'; import $store from '@/common/store'; -const ENV = 'prod'; +const ENV = 'test'; const BASE_URL = { 'test' : 'https://k8s-horse-gateway.mashibing.cn', 'dev' : '', diff --git a/components/BsChoiceGoods.vue b/components/BsChoiceGoods.vue index 93f8849..975f77f 100644 --- a/components/BsChoiceGoods.vue +++ b/components/BsChoiceGoods.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-20 16:45:27 * @LastEditors: ch - * @LastEditTime: 2022-04-21 16:48:27 + * @LastEditTime: 2022-04-29 21:39:26 * @Description: file content -->