houzhongjian
2025-05-29 3880399bef4144fa15264f470a0a51034c0253c9
src/router/modules/remaining.ts
@@ -1,6 +1,8 @@
import {Layout} from '@/utils/routerHelper'
import {meta} from "eslint-plugin-prettier";
const { t } = useI18n()
/**
 * redirect: noredirect        当设置 noredirect 的时候该路由在面包屑导航中不可被点击
 * name:'router-name'          设定路由的名字,一定要填写不然使用<keep-alive>时会出现各种问题
@@ -576,11 +578,11 @@
  {
    path: '/ai/zhuanlu',
    name: 'Zhuanlu',
    component: () => import('@/views/ai/dashboard/zhuanlu/Index.vue'),
    component: () => import('@/views/ai/dashboard/zhuanlu/index.vue'),
    meta: {
      hidden: true,
      noTagsView: true
    },
      noTagsView: true,
    }
  },
  {
    path: '/model/analysis',