mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 11:35:06 +08:00
mall + pay:
1. 修复支付宝沙箱地址的调整 2. 收银台的前端 URL 支付走整个网页跳转 3. 收银台的支付成功后,增加 returnUrl 回跳 4. 修复 PayNotifyTask 首次通知时,可能会失败的情况;原因:租户未传递;
This commit is contained in:
@ -36,6 +36,9 @@ export default {
|
||||
return router.push(lastPath || '/');
|
||||
});
|
||||
}
|
||||
if (typeof obj === "function") {
|
||||
return store.dispatch('tagsView/delView', router.currentRoute).then(obj);
|
||||
}
|
||||
return store.dispatch('tagsView/delView', obj);
|
||||
},
|
||||
// 关闭所有tab页签
|
||||
|
Reference in New Issue
Block a user