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