From d98bc819d8704e1eedd97cfc4e54f1a2480d3caa Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 7 Jan 2025 16:32:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20name=E9=87=8D=E5=A4=8D=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/router/routes/local.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/router/routes/local.ts b/apps/web-antd/src/router/routes/local.ts index b859f373..5b277b0e 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -124,7 +124,7 @@ const profileRoute: RouteRecordStringComponent[] = [ keepAlive: true, title: '流程设计', }, - name: 'RoleAssignIndex', + name: 'WorkflowDesignerIndex', path: '/workflow/designer', }, ],