From e2726f9984cd169e184d6767594d2f4ed93610a0 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 30 七月 2024 10:00:46 +0800 Subject: [PATCH] 1、修改项目名称和logo 2、调整用户管理编辑字段 3、调整首页为设备监控页面 --- src/config/router.config.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/router.config.js b/src/config/router.config.js index eaa75d9..cafae25 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -8,10 +8,10 @@ { path: '/', - name: 'dashboard', + name: 'mdc-base-DeviceBaseInfo', component: TabLayout, - meta: { title: '棣栭〉' }, - redirect: '/dashboard/analysis', + meta: { title: '璁惧鐩戞帶' }, + redirect: '/mdc/base/DeviceBaseInfo', children: [] }, { -- Gitblit v1.9.3