|
|
@@ -1,6 +1,5 @@
|
|
|
import { createRouter, createWebHistory } from 'vue-router'
|
|
|
import Home from '../pages/Home.vue'
|
|
|
-import Home2 from '../pages/Home2.vue'
|
|
|
|
|
|
const routes = [
|
|
|
{
|
|
|
@@ -18,12 +17,6 @@ const routes = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/index2',
|
|
|
- name: 'Index2',
|
|
|
- component: Home2,
|
|
|
- meta: { title: 'route.home' }
|
|
|
- },
|
|
|
{
|
|
|
path: '/search-platform',
|
|
|
name: 'SearchPlatformHome',
|