| | |
| | | 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'; |
| | | |
| | |
| | | ], |
| | | }, |
| | | /** |
| | | * 生产工作台 - 全屏独立页面,不使用 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 的嵌入 |
| | | */ |
| | | { |