| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 16:35:31 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-21 15:35:48 |
| | | * @LastEditTime: 2024-11-21 15:44:21 |
| | | * @FilePath: \bigScreen\src\router\index.js |
| | | * @Description: |
| | | * |
| | |
| | | const subLayout = () => import('@/pages/sub/index.vue') |
| | | const companyInfo = () => import('@/views/companyInfo/index.vue') |
| | | const routes = [ |
| | | { |
| | | path: '/:catchAll(.*)', |
| | | name: 'not-found', |
| | | redirect: '/layout', |
| | | }, |
| | | // { |
| | | // path: '/:catchAll(.*)', |
| | | // name: 'not-found', |
| | | // redirect: '/layout', |
| | | // }, |
| | | { |
| | | path: '', |
| | | redirect: '/layout', |