zhanghua
2024-12-22 9d059f329e8d9fd629bdbf209e66ae7220155320
src/router/index.js
@@ -105,6 +105,19 @@
        icon: "table"
      },
    }, ],
  },{
    path: "/",
    component: Layout,
    redirect: "/order",
    children: [{
      path: "/order",
      name: "Order",
      component: () => import("@/views/order/index"),
      meta: {
        title: "学员订单",
        icon: "table"
      },
    }, ],
  },
  // {
  //   path: "/educational",