Authored by 陈峰

Merge branch 'hotfix/featureJumpRule' into 'master'

Hotfix/feature jump rule



See merge request !1691
{
"name": "yohobuywap-node",
"version": "6.8.76",
"version": "6.8.77",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -3,7 +3,7 @@ import $ from 'yoho-jquery';
import tip from 'js/plugin/tip';
import {transToMiniappPath} from 'js/common/miniapp-path-rules';
const jumpAction = ['go.productDetail', 'go.list', 'go.shop', 'go.poollist',
const jumpAction = ['go.productDetail', 'go.list', 'go.h5', 'go.shop', 'go.poollist',
'go.activitytemplate', 'go.collagehome', 'go.bargainlist', 'go.activitytemplate'];
class LinkHandle {
... ...