[FIX]【商品商城】转发记录-修改转发时间字段;增加加载中覆盖弹窗

This commit is contained in:
yuweiqi
2020-06-19 13:45:00 +08:00
parent 93c0ff6572
commit 9f01e682da
4 changed files with 23 additions and 15 deletions

View File

@@ -65,9 +65,13 @@ let survey = [
let manpower = [
'/customer/answer/queryList' //DISC性格分析
]
let productStore = [
'/customer/shop/getShopList', //获取商城列表/详情
'/customer/shop/getShareList' //查询分享轨迹(转发记录)
]
// 卡单
let cardList = []
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower, ...productStore]
// 创建axios实例
const service = axios.create({