index.js 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export default [{ name: 'bindAccount', path: '/xianyu/home/bindAccount.html', component: () => import(/* webpackChunkName: "bindAccount" */ './bindAccount'), props: (route) => ({ back: route.query.back }) }];