From ccbe1710b9c52b0ca23150b0a9ca763da6e1223c Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Thu, 12 Sep 2024 15:43:22 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/components/Layout/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/components/Layout/index.jsx b/gz-customerSystem/src/components/Layout/index.jsx index 9120463..85e1209 100644 --- a/gz-customerSystem/src/components/Layout/index.jsx +++ b/gz-customerSystem/src/components/Layout/index.jsx @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-03-11 14:22:43 - * @LastEditTime: 2024-08-26 10:19:52 + * @LastEditTime: 2024-09-11 09:42:38 * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: 外层layout @@ -60,7 +60,7 @@ // 切换角色 function handleChangeRole(roleName, roleId) { - navigate('/mediate/workbench'); + navigate('/mediate/visit/visitWorkBench'); setRoleActive({ ...roleActive, id: roleId, roleName }); } -- Gitblit v1.8.0