rules.js 386 Bytes
import jump from './jump';

export default {
  home: {path: '/pages/index/index'},
  productDetail: {path: '/pages/product/detail/detail'},
  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'}
};