Browse Source

首页——改为:我的任务

wyh 1 year ago
parent
commit
1f9b5fb00a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      itdmWeb/src/config/router.config.js

+ 1 - 1
itdmWeb/src/config/router.config.js

@@ -10,7 +10,7 @@ export const asyncRouterMap = [
     path: '/',
     name: 'dashboard',
     component: TabLayout,
-    meta: { title: '首页' },
+    meta: { title: '我的任务' },
     redirect: '/dashboard/analysis',
     children: [