| | |
| | | }, |
| | | // #region 7.2 新增路由------------------------------------- |
| | | // 新首页 |
| | | { |
| | | path: "/home_index", |
| | | name: "home_index", |
| | | meta: { |
| | | title: i18n.t("hj224"), |
| | | requireAuth: false, |
| | | index: 0 |
| | | }, |
| | | component: () => import("@/page/home/homeIndex.vue") |
| | | }, |
| | | // 市场 |
| | | // { |
| | | // path: "/home_index", |
| | | // name: "home_index", |
| | | // meta: { |
| | | // title: i18n.t("hj224"), |
| | | // requireAuth: false, |
| | | // index: 0 |
| | | // }, |
| | | // component: () => import("@/page/home/homeIndex.vue") |
| | | // }, |
| | | // 首页 |
| | | { |
| | | path: "/markets", |
| | | name: "markets", |
| | |
| | | index: 0 |
| | | }, |
| | | component: () => import("@/page/markets/markets.vue") |
| | | }, |
| | | // 股票列表页 |
| | | { |
| | | path: "/markets-list", |
| | | name: "markets-list", |
| | | meta: { |
| | | title: i18n.t("hj62"), |
| | | requireAuth: true, |
| | | index: 0 |
| | | }, |
| | | component: () => import("@/page/markets/marketsList.vue") |
| | | }, |
| | | { |
| | | path: "/transferNew", |
| | |
| | | meta: { |
| | | title: i18n.t("订单"), |
| | | requireAuth: false, |
| | | hasHeader: true, |
| | | show: true, |
| | | // hasHeader: true, |
| | | // show: true, |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/user/myOrder.vue") |