refactor: Vite2的别名方式修改后对应引用路径调整
This commit is contained in:
@@ -37,7 +37,7 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
children: [
|
||||
{
|
||||
path: 'dashboard',
|
||||
component: () => import('@views/dashboard/index.vue'),
|
||||
component: () => import('@/views/dashboard/index.vue'),
|
||||
name: 'Dashboard',
|
||||
meta: {title: '首页', icon: 'dashboard', affix: true}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user