liulijun
2026-03-20 1c631b345aae30bb6aa7e9dc8d856a0f40d5f1e3
项目代码/BigScreen/src/router/index.js
@@ -5,13 +5,18 @@
const routes = [{
  path: '/',
  name: 'indexLine',
  component: () => import('../views/indexLine.vue')
  name: '',
  component: () => import('../views/index.vue')
},
{
  path:"/pick",
  name:"indexPick",
  component: () => import('../views/indexPick.vue')
},
{
  path:"/Line",
  name:"indexLine",
  component: () => import('../views/indexLine.vue')
}
]
const router = new VueRouter({