index.js 217 Bytes
export default [{
  name: 'bindAccount',
  path: '/xianyu/home/bindAccount.html',
  component: () => import(/* webpackChunkName: "bindAccount" */ './bindAccount'),
  props: (route) => ({ back: route.query.back })
}];