1
PC-20250623MANY\Administrator
2025-08-18 fbe4c23b9a0316937bc63213c910cbb393d6bc65
src/router/index.js
@@ -98,17 +98,17 @@
    },
    // #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",
@@ -118,6 +118,17 @@
        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",
@@ -349,8 +360,8 @@
      meta: {
        title: i18n.t("订单"),
        requireAuth: false,
        hasHeader: true,
        show: true,
        // hasHeader: true,
        // show: true,
        index: 1
      },
      component: () => import("@/page/user/myOrder.vue")