| | |
| | | }, |
| | | component: () => import("@/page/markets/markets.vue") |
| | | }, |
| | | { |
| | | path: "/transferNew", |
| | | name: "transferNew", |
| | | meta: { |
| | | title: i18n.t("划转"), |
| | | requireAuth: true, |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/user/transferNew.vue") |
| | | }, |
| | | // AI量化交易 |
| | | { |
| | | path: "/aiTrading", |
| | | name: "aiTrading", |
| | | meta: { |
| | | title: "AI" + i18n.t("量化交易"), |
| | | title: i18n.t("量化交易"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 1 |
| | |
| | | }, |
| | | component: () => import("@/page/markets/ipoOrder.vue") |
| | | }, |
| | | // 理财基金 |
| | | { |
| | | path: "/fund", |
| | | name: "fund", |
| | | meta: { |
| | | title: i18n.t("理财基金"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/markets/fund.vue") |
| | | }, |
| | | // 理财基金订单 |
| | | { |
| | | path: "/fundOrder", |
| | | name: "fundOrder", |
| | | meta: { |
| | | title: i18n.t("基金订单"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 2 |
| | | }, |
| | | component: () => import("@/page/markets/fundOrder.vue") |
| | | }, |
| | | // 自选 |
| | | { |
| | | path: "/watchlists", |
| | |
| | | }, |
| | | component: () => import("@/page/trading/TradeNew.vue") |
| | | }, |
| | | // 新交易页面 |
| | | // 平仓记录页面 |
| | | { |
| | | path: "/stockRecord", |
| | | name: "stockRecord", |
| | | meta: { |
| | | title: i18n.t("jl"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/trading/stockRecord.vue") |
| | | }, |
| | | // 账户 |
| | | { |
| | | path: "/account", |
| | | name: "account", |
| | |
| | | index: 0 |
| | | }, |
| | | component: () => import("@/page/user/account.vue") |
| | | }, |
| | | // 我的贷款 |
| | | { |
| | | path: "/loan", |
| | | name: "loan", |
| | | meta: { |
| | | title: i18n.t("我的贷款"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/user/loan.vue") |
| | | }, |
| | | // 我的贷款记录 |
| | | { |
| | | path: "/loanRecord", |
| | | name: "loanRecord", |
| | | meta: { |
| | | title: i18n.t("dkjl"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 2 |
| | | }, |
| | | component: () => import("@/page/user/loanRecord.vue") |
| | | }, |
| | | // 新闻列表页面 |
| | | { |
| | |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/home/newList.vue") |
| | | }, |
| | | // 指数图 |
| | | { |
| | | path: "/kLineIndex", |
| | | name: "kLineIndex", |
| | | meta: { |
| | | title: i18n.t("hj238"), |
| | | requireAuth: true, |
| | | show: true, |
| | | index: 1 |
| | | }, |
| | | component: () => import("@/page/kline/kIndex.vue") |
| | | }, |
| | | //#endregion |
| | | //#region 旧路由--------------------------------------------- |
| | |
| | | title: i18n.t("订单详情"), |
| | | requireAuth: true, |
| | | hasHeader: false, |
| | | show: true, |
| | | index: 22 |
| | | }, |
| | | component: Stockdetail |
| | |
| | | title: i18n.t("hj244"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | show: true, |
| | | index: 52 |
| | | }, |
| | | component: Wallet |