소스 검색

首页路由冲突

qianlishi 8 달 전
부모
커밋
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: '首页',
         },