gaoluyang
11 小时以前 cb9cd49627b65a4c0e137e08063271a8cefe1826
src/router/routes/core.ts
@@ -1,7 +1,7 @@
import type { RouteRecordRaw } from 'vue-router';
import { LOGIN_PATH } from '..\..\packages\constants\src';
import { preferences } from '..\..\packages\preferences\src';
import { LOGIN_PATH } from '@vben/constants';
import { preferences } from '@vben/preferences';
import { $t } from '#/locales';
@@ -110,6 +110,21 @@
    ],
  },
  /**
   * 生产工作台 - 全屏独立页面,不使用 BasicLayout
   */
  {
    component: () => import('#/views/mes/workbench/index.vue'),
    meta: {
      hideInBreadcrumb: true,
      hideInMenu: true,
      hideInTab: true,
      ignoreAccess: true,
      title: '生产工作台',
    },
    name: 'MesWorkbench',
    path: '/mes/workbench',
  },
  /**
   * 用于 bpm 移动端流程表单 web-view 的嵌入
   */
  {