Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d9c98c1e7 | |||
| 8705843729 |
+1
-1
@@ -2,7 +2,7 @@ const routes = [
|
||||
{
|
||||
name: 'module_manager',
|
||||
path: '/modules',
|
||||
component: () => import('@/views/ModuleList.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user