cmc-web/webs/cop-web/src/router/static.js

20 lines
378 B
JavaScript
Raw Normal View History

2024-08-20 12:11:31 +00:00
/*
* @Author: Haijun Zhang
* @Date: 2022-11-04 15:40:39
* @LastEditTime: 2022-11-04 15:54:34
* @LastEditors: Haijun Zhang
* @Description:
* @FilePath: \cmc-web\webs\aos-web\src\router\static.js
*/
export default [
{
path: '/dashboard',
meta: {
title: '首页概览',
2024-08-21 01:17:14 +00:00
noTag: true,
2024-08-20 12:11:31 +00:00
},
2024-08-21 01:17:14 +00:00
component: () => import('views/board/index.vue'),
},
2024-08-20 12:11:31 +00:00
]