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",