From 24e235a318ae5bf11f35c339ad9187ab896334b8 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 29 七月 2024 15:16:31 +0800 Subject: [PATCH] 1、隐藏首页,进入系统后跳转至设备监控页面 2、调整用户管理编辑及显示字段 3、增加设备车间管理页面 --- src/components/tools/Logo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tools/Logo.vue b/src/components/tools/Logo.vue index 7808fba..d0fb089 100644 --- a/src/components/tools/Logo.vue +++ b/src/components/tools/Logo.vue @@ -32,8 +32,8 @@ // 鐐瑰嚮Logo璺宠浆鍦板潃 routerLinkTo: { type: Object, - default: () => ({name: 'dashboard'}), - }, + default: () => ({ name: 'mdc-base-DeviceBaseInfo' }) + } } } </script> -- Gitblit v1.9.3