| | |
| | | import Authentication from "@/page/user/authentication"; |
| | | import Aggre from "@/page/user/agreement"; |
| | | import Recharge from "@/page/user/recharge"; |
| | | import recharges from "@/page/user/recharges"; |
| | | import RransferIndex from "@/page/user/ransferIndex"; |
| | | import transferindexList from "@/page/user//compontents/transferindex-list"; |
| | | import RechargeSure from "@/page/user/recharge-sure"; |
| | |
| | | import help_wdfw from "@/page/home/help_wdfw.vue"; |
| | | import help_fwxy from "@/page/home/help_fwxy.vue"; |
| | | import new_service from "@/page/home/new_service.vue"; |
| | | import smart_intraday from "@/page/home/smart_intraday.vue"; |
| | | import smart_list from "@/page/home/smart_list.vue"; |
| | | import guide from "@/page/home/guide.vue"; |
| | | |
| | | Vue.use(Router); |
| | | |
| | | const routerPush = Router.prototype.push; |
| | |
| | | meta: { |
| | | // title: '详情', |
| | | title: i18n.t("hj238"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | // hasHeader: true, |
| | | // is_Show: true, |
| | | is_Show: false, |
| | | index: 2 |
| | | index: 81, |
| | | show: true |
| | | }, |
| | | component: NewPage |
| | | }, |
| | |
| | | // index: 31 |
| | | }, |
| | | component: Recharge |
| | | }, |
| | | |
| | | { |
| | | path: "/recharges", |
| | | name: "recharges", |
| | | meta: { |
| | | requireAuth: true, |
| | | show: true |
| | | // title: "充值" |
| | | // requireAuth: true, |
| | | // hasHeader: true, |
| | | // index: 31 |
| | | }, |
| | | component: recharges |
| | | }, |
| | | { |
| | | path: "/transferIndex", |
| | |
| | | component: Record |
| | | }, |
| | | { |
| | | path: "/smart_intraday", |
| | | name: "smart_intraday", |
| | | meta: { |
| | | title: i18n.t("hj2"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 64, |
| | | show: true |
| | | }, |
| | | component: smart_intraday |
| | | }, |
| | | { |
| | | path: "/smart_list", |
| | | name: "smart_list", |
| | | meta: { |
| | | title: i18n.t("hj2"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 64, |
| | | show: true |
| | | }, |
| | | component: smart_list |
| | | }, |
| | | |
| | | { |
| | | path: "/guide", |
| | | name: "guide", |
| | | meta: { |
| | | itle: i18n.t("hj2"), |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | index: 65 |
| | | }, |
| | | component: guide |
| | | }, |
| | | { |
| | | // 会匹配所有路径 |
| | | path: "*", |
| | | redirect: "/home" |