| | |
| | | import Subscription from "@/page/home/Subscription.vue"; // VIP抢筹 和 大宗交易 |
| | | import sharerecordDz from "@/page/home/sharerecordDz.vue"; // 大宗交易记录 |
| | | import vipdetail from "@/page/home/vipdetail.vue"; // vip抢筹详情 |
| | | import favorites from "@/page/user/favorites.vue"; |
| | | import favorites from "@/page/list/favorites.vue"; |
| | | import favoritesList from "@/page/list/favoritesList.vue"; |
| | | import help from "@/page/home/help.vue"; |
| | | import help_html from "@/page/home/help_html.vue"; |
| | | import help_fxkz from "@/page/home/help_fxkz.vue"; |
| | |
| | | name: "home", |
| | | meta: { |
| | | title: i18n.t("hj224"), |
| | | requireAuth: true, |
| | | requireAuth: false, |
| | | index: 0 |
| | | }, |
| | | component: Home |
| | |
| | | name: "setting", |
| | | meta: { |
| | | title: "设置", |
| | | requireAuth: false, |
| | | requireAuth: true, |
| | | index: 91 |
| | | }, |
| | | component: setting |
| | |
| | | name: "Warehouse", |
| | | meta: { |
| | | title: i18n.t("hj2"), |
| | | requireAuth: false, |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | index: 22 |
| | | }, |
| | |
| | | path: "/recharge", |
| | | name: "recharge", |
| | | meta: { |
| | | // requireAuth: false, |
| | | requireAuth: true, |
| | | show: true |
| | | // title: "充值" |
| | | // requireAuth: true, |
| | |
| | | name: "transferIndex", |
| | | meta: { |
| | | // requireAuth: false, |
| | | show: true |
| | | show: true, |
| | | // title: "充值" |
| | | // requireAuth: true, |
| | | requireAuth: true |
| | | // hasHeader: true, |
| | | // index: 31 |
| | | }, |
| | |
| | | path: "/rechargeSure", |
| | | name: "rechargeSure", |
| | | meta: { |
| | | requireAuth: true, |
| | | show: true |
| | | }, |
| | | component: RechargeSure |
| | |
| | | name: "agree", |
| | | meta: { |
| | | title: "注册协议", |
| | | requireAuth: true, |
| | | requireAuth: false, |
| | | index: 38 |
| | | }, |
| | | component: Agree |
| | |
| | | path: "/login", |
| | | name: "newLogin", |
| | | meta: { |
| | | title: i18n.t("hj248"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 47, |
| | |
| | | name: "TradingBuy", |
| | | meta: { |
| | | title: i18n.t("hj237"), |
| | | requireAuth: false, |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | index: 50, |
| | | show: true |
| | |
| | | name: "NewUser", |
| | | meta: { |
| | | title: i18n.t("hj243"), |
| | | requireAuth: false, |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | index: 51 |
| | | }, |
| | |
| | | }, |
| | | component: chongz |
| | | }, |
| | | // { |
| | | // path: "/favorites", |
| | | // name: "Favorites", |
| | | // meta: { |
| | | // title: i18n.t("hj2"), |
| | | // requireAuth: false, |
| | | // hasHeader: false, |
| | | // index: 58 |
| | | // }, |
| | | // component: favorites |
| | | // }, |
| | | { |
| | | path: "/favorites", |
| | | name: "Favorites", |
| | | meta: { |
| | | title: i18n.t("hj2"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 58, |
| | | show: true |
| | | }, |
| | | component: favorites |
| | | }, |
| | | { |
| | | path: "/favoritesList", |
| | | name: "favoritesList", |
| | | meta: { |
| | | title: i18n.t("hj2"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 58, |
| | | show: true |
| | | }, |
| | | component: favoritesList |
| | | }, |
| | | { |
| | | path: "/help", |
| | | name: "help", |