下单收货地址打包

msb_beta
ch 2 years ago
parent 678358c5b4
commit 341dfef6b9

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

Loading…
Cancel
Save