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

20 lines
375 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: '首页概览',
noTag: true
},
component: () => import('views/board/index.vue')
}
]