Authored by 李奇

添加默认跳转规则

... ... @@ -34,7 +34,7 @@ export default function jumpYohoUrl(jumpUrl, pageName) {
if (GO_LIST === action) {
let actionType = json.params.actiontype;
if (actionType === 1) {
if (actionType === 1 || !actionType) {
path = '/pages/goodsList/goodsList';
} else if (actionType === 2) {
... ...