src/router/index.js
@@ -86,6 +86,18 @@ ], }, { path: "/ai-industrial-brain", component: Layout, children: [ { path: "index", component: () => import("@/views/aiIndustrialBrain/index.vue"), name: "AiIndustrialBrain", meta: { title: "AI工业大脑", icon: "skill" }, }, ], }, { path: "/user", component: Layout, hidden: true,