@@ -4,7 +4,7 @@ import { MockMethod } from 'vite-plugin-mock';
// single
const dashboardRoute = {
path: '/home',
- name: 'Home',
+ name: 'Welcome',
component: '/dashboard/welcome/index',
meta: {
title: 'routes.dashboard.welcome',