| | |
| | | { |
| | | path: "/transfer", |
| | | name: "Transfer", |
| | | meta: { index: 2, footer: true, keepAlive: true }, |
| | | meta: { index: 2, keepAlive: true }, |
| | | component: () => |
| | | import(/* webpackChunkName: "Home" */ /* webpackPrefetch: true */ "@/page/transfer.vue"), |
| | | }, |
| | |
| | | /* webpackChunkName: "SecurityVerification" */ /* webpackPrefetch: true */"@/page/withdraw/withdrawalSecurityVerification" |
| | | ), |
| | | }, |
| | | { |
| | | //提现申请密码验证 |
| | | path: "/withdraw/securityVerification_zh", |
| | | name: "SecurityVerification_zh", |
| | | meta: { index: 10 }, |
| | | props(route) { |
| | | return { |
| | | ...route.query |
| | | } |
| | | }, |
| | | component: () => |
| | | import( |
| | | /* webpackChunkName: "SecurityVerification" */ /* webpackPrefetch: true */"@/page/withdraw/withdrawalSecurityVerification_huazhuan" |
| | | ), |
| | | }, |
| | | { |
| | | //提现详情 |
| | | path: "/withdraw/withdrawDetail", |