liuqiwen пре 1 недеља
родитељ
комит
6cf609d18f
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 7
      src/router/index.js

+ 0 - 7
src/router/index.js

@@ -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',