rules.js
501 Bytes
import jump from './jump';
export default {
home: {path: '/pages/index/index'},
productDetail: {path: '/pages/product/detail/detail', report: {paramKey: 'limitProductCode'}},
userCenter: {path: '/pages/home/index'},
snapShare: {path: '/pages/snapshootShare/snapshootShare'},
prizeUserList: {path: '/pages/queue/prizeUserList'},
myList: {path: '/pages/queue/myList'},
queueIndex: { path: '/pages/queue/index', report: {paramKey: 'actId'}},
webview: {path: '/pages/webview/webview'}
};