LiuTeng 1 년 전
부모
커밋
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')
   },