| | |
| | | * @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: |
| | | * |
| | |
| | | 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') |
| | | }, |
| | | ] |
| | | } |
| | | ] |
| | | }, |