rules.js 247 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 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'}, };