guhongwei 4 năm trước cách đây
mục cha
commit
67ec89de05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'),