rules.js 247 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'},
};