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

20 lines
378 B
JavaScript

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