guhongwei 4 年之前
父節點
當前提交
67ec89de05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -15,7 +15,7 @@ const routes = [
   // },
   // 直播大厅
   {
-    path: '/',
+    path: '/live/index',
     name: 'live_index',
     meta: { title: '直播大厅', isleftarrow: false },
     component: () => import('../views/live/index.vue'),