houzhongjian
2024-11-18 9e0e70af6a956208be7402b88fbbf06afdfb973d
移除仿钉钉流程设计功能
已修改1个文件
21 ■■■■■ 文件已修改
src/router/modules/remaining.ts 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/modules/remaining.ts
@@ -50,6 +50,15 @@
      noTagsView: true
    }
  },
  // {
  //   path: '/shasteel',
  //   component: () => import('@/views/micro/index.vue'),
  //   name: 'shasteel',
  //   meta: {
  //     hidden: true,
  //     noTagsView: true
  //   },
  // },
  {
    path: '/home2',
    component: () => import('@/views/Home/Index2.vue'),
@@ -274,18 +283,6 @@
          hidden: true,
          canTo: true,
          title: '设计流程',
          activeMenu: '/bpm/manager/model'
        }
      },
      {
        path: 'manager/simple/workflow/model/edit',
        component: () => import('@/views/bpm/simpleWorkflow/index.vue'),
        name: 'SimpleWorkflowDesignEditor',
        meta: {
          noCache: true,
          hidden: true,
          canTo: true,
          title: '仿钉钉设计流程',
          activeMenu: '/bpm/manager/model'
        }
      },