Browse Source

首页路由冲突

qianlishi 8 tháng trước cách đây
mục cha
commit
3c07a92d6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: '首页',
         },