zxl
6 天以前 eece5b838b0fe29ea003c355b1228de4795d3873
src/router/index.js
@@ -42,6 +42,16 @@
    ]
  },
  {
    path: '/web-view-entry', // 内嵌入口页面路由
    component: () => import('@/views//WebViewEntry'),
    hidden: true // 不显示在侧边栏,仅用于 uni-app 内嵌访问
  },
  {
    path: '/web-view-send', // 内嵌入口页面路由
    component: () => import('@/views//WebViewSend'),
    hidden: true // 不显示在侧边栏,仅用于 uni-app 内嵌访问
  },
  {
    path: '/login',
    component: () => import('@/views/login'),
    hidden: true
@@ -68,7 +78,7 @@
    children: [
      {
        path: 'index',
        component: () => import('@/views/index'),
        component: () => import('@/views/index-nongtou'),
        name: 'Index',
        meta: { title: '首页', icon: 'dashboard', affix: true }
      }
@@ -136,7 +146,7 @@
        path: 'task/myProcess/send/index',
        component: () => import('@/views/flowable/task/myProcess/send/index'),
        name: 'SendRecord',
        meta: { title: '流程发起', icon: '' }
        meta: { title: '流程办理', icon: '' }
      }
    ]
  },
@@ -176,25 +186,6 @@
        component: () => import('@/views/tool/build/index'),
        name: 'FormBuild',
        meta: { title: '表单配置', icon: '' }
      }
    ]
  },
  {
    path: '/project',
    component: Layout,
    children: [
      {
        path: '/plan/index',
        component: () => import('@/views/project/plan/index'),
        name: 'Index',
        meta: { title: '项目计划' }
      },
      /** 项目计划记录 */
      {
        path: '/plan/planRecord',
        component: () => import('@/views/project/plan/planRecord'),
        name: 'PlanRecord',
        meta: { title: '项目计划记录' }
      }
    ]
  },