智慧园区前端大屏
shuishen
2024-11-06 4afab589ea612470d96642107cf0f210da814841
src/router/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-25 16:35:31
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-10-31 18:22:25
 * @LastEditTime: 2024-11-06 10:35:00
 * @FilePath: \bigScreen\src\router\index.js
 * @Description: 
 * 
@@ -72,6 +72,21 @@
          title: '救援队伍'
        },
        component: () => import('@/views/rt/index.vue')
      },
      {
        path: 'sub',
        name: 'sub',
        component: () => import('@/views/sub/index.vue'),
        redirect: '/layout/sub/a',
        children: [
          {
            path: 'a',
            meta: {
              title: 'a示例'
            },
            component: () => import('@/views/a/index.vue')
          },
        ]
      }
    ]
  },