| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 16:35:31 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-12-10 16:46:59 |
| | | * @LastEditTime: 2024-12-16 19:19:09 |
| | | * @FilePath: \bigScreen\src\router\index.js |
| | | * @Description: |
| | | * |
| | |
| | | // redirect: '/layout', |
| | | // }, |
| | | { |
| | | path: '', |
| | | redirect: '/layout', |
| | | path: '/', |
| | | redirect: '/layout/map/main/space', |
| | | }, |
| | | { |
| | | path: '/login', |
| | |
| | | ] |
| | | }, |
| | | ] |
| | | } |
| | | }, |
| | | { |
| | | path: 'single', |
| | | name: 'single', |
| | | component: singleLayout, |
| | | children: [ |
| | | { |
| | | path: 'ochart', |
| | | meta: { |
| | | title: '作战图' |
| | | }, |
| | | component: () => import('@/views/ochart/index.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | ] |