yaowanxin
2025-09-22 e754ffc06a52f2e73b570ff455516f40581b1e55
src/router/index.js
@@ -72,20 +72,6 @@
    ],
  },
  {
    path: "/main/MobileChat",
    component: Layout,
    redirect: "",
    hidden: true,
    children: [
      {
        path: "",
        component: () => import("@/views/chatHome/chatHomeIndex/MobileChat"),
        name: "MobileChat",
        meta: { title: "AI对话", icon: "dashboard", affix: true },
      },
    ],
  },
  {
    path: "/user",
    component: Layout,
    hidden: true,