Authored by 姜枫

添加客服开关

... ... @@ -52,6 +52,10 @@ const defaultDegrades = [
path: '/pc/cart/removeMerge',
name: '【移除】购物车>>> 凑单商品'
},
{
path: '/pc/clientService/new',
name: '【开关】开启新客服系统'
},
//wap
{
path: '/wap/plustar/removeCollect',
... ... @@ -76,6 +80,10 @@ const defaultDegrades = [
{
path: '/wap/cart/removePrefer',
name: '【移除】购物车>>> 为您优选新品'
},
{
path: '/wap/clientService/new',
name: '【开关】开启新客服系统'
}
];
... ...