1
liulijun
2026-01-06 114c252dcc51fea8b725bcd375cabb1e8d23a90e
项目代码/BigScreen/src/router/index.js
@@ -4,14 +4,19 @@
Vue.use(VueRouter)
const routes = [{
  path: '/line',
  name: 'indexLine',
  component: () => import('../views/indexLine.vue')
  path: '/',
  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({