| | |
| | | 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"; |
| | |
| | | path: "/login", |
| | | name: "newLogin", |
| | | meta: { |
| | | title: i18n.t("hj248"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 47, |
| | |
| | | }, |
| | | 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", |