|
@@ -98,7 +98,7 @@ export const applyAuth=(res,type,source,fromPage)=>{
|
|
confirmButtonClass:'self-elmessage-confirm-btn'
|
|
confirmButtonClass:'self-elmessage-confirm-btn'
|
|
})
|
|
})
|
|
}else{
|
|
}else{
|
|
- if(!res.data.customer_info.status||res.data.customer_info.status!='流失'){
|
|
|
|
|
|
+ if(!res.data.customer_info.status||res.data.customer_info.status!='流失'||res.data.customer_info.status!='关闭'){
|
|
console.log('跳转申请页');
|
|
console.log('跳转申请页');
|
|
router.push({
|
|
router.push({
|
|
path:'/apply/permission',
|
|
path:'/apply/permission',
|