rules.js 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import jump from './jump'; export default { home: {path: '/pages/index/index'}, productDetail: {path: '/pages/product/detail/detail'}, snapShare: {path: '/pages/share/share'}, };