From 3f7a1f34aff16f12de093a9579201e518b0c309b Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 24 七月 2026 15:16:04 +0800
Subject: [PATCH] refactor(erp): 将文件上传字段从 fileUrl 改为 blobIds 并支持多附件上传
---
src/router/routes/core.ts | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/router/routes/core.ts b/src/router/routes/core.ts
index cf7b80a..7e14b88 100644
--- a/src/router/routes/core.ts
+++ b/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 鐨勫祵鍏�
*/
{
--
Gitblit v1.9.3