liudan 1 week ago
parent 6ea5953f7e
commit c9af695ca6
  1. BIN
      大屏/src/assets/eye.png
  2. 1018
      大屏/src/pages/index1.vue
  3. 8
      大屏/src/router/index.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

File diff suppressed because it is too large Load Diff

@ -5,13 +5,19 @@ const router = new VueRouter({
routes: [
{
path: '/',
redirect:'/index',
redirect:'/index1',
},
{
name: 'index',
path: '/index',
component: () => import('../pages/index.vue'),
children: [],
},
{
name: 'index1',
path: '/index1',
component: () => import('../pages/index1.vue'),
children: [],
}
]
})

Loading…
Cancel
Save