LiuTeng 1 gadu atpakaļ
vecāks
revīzija
01425a4b46
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -4,9 +4,9 @@ import VueRouter from "vue-router";
 Vue.use(VueRouter);
 
 const routes = [
-  // 视频
+  // 分屏
   {
-    path: "/",
+    path: "/showIndex",
     name: "index",
     component: () => import('@/views/videos/index')
   },