qianlishi 8 месяцев назад
Родитель
Сommit
3c07a92d6c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Report-V3-TS/src/router/modules/home.ts

+ 1 - 1
Report-V3-TS/src/router/modules/home.ts

@@ -29,7 +29,7 @@ const routes: Array<RouteRecordRaw> = [
     children: [
       {
         path: 'index',
-        name: 'dashboard',
+        name: 'index',
         meta: {
           title: '首页',
         },