jhzh
2024-05-20 f8e9af35a267b7b9a2bf605187a11536889a6e38
src/router/index.js
@@ -245,7 +245,7 @@
      path: "/setting",
      name: "setting",
      meta: {
        title: "设置",
        title: "Setting",
        requireAuth: true,
        index: 91
      },
@@ -405,7 +405,7 @@
      path: "/yeb",
      name: "yeb",
      meta: {
        title: "余额宝",
        title: "yeb",
        requireAuth: true,
        index: 999
      },
@@ -436,7 +436,7 @@
      path: "/yebs",
      name: "yebs",
      meta: {
        title: "余额宝记录",
        title: "yebs—history",
        requireAuth: true,
        index: 1000
      },
@@ -611,10 +611,10 @@
      path: "/rechargelist",
      name: "rechargelist",
      meta: {
        title: i18n.t("hj168"),
        requireAuth: false,
        hasHeader: false,
        index: 33
        index: 56,
        show: true
      },
      component: RechargeList
    },
@@ -644,10 +644,10 @@
      path: "/cashlist",
      name: "cashlist",
      meta: {
        title: i18n.t("hj162"),
        requireAuth: false,
        hasHeader: false,
        index: 36
        index: 56,
        show: true
      },
      component: Cashlist
    },
@@ -685,8 +685,9 @@
      path: "/alertdetail",
      name: "alertdetail",
      meta: {
        title: "公告详情",
        title: "Announcement details",
        requireAuth: true,
        hasHeader: true,
        index: 40
      },
      component: Alertdetail