LiuTeng 1 год назад
Родитель
Сommit
01425a4b46
1 измененных файлов с 2 добавлено и 2 удалено
  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')
   },