panlinlin
2021-03-25 9a4b0de1af957d3ab9b53c06599fc62f42c14152
web_src/src/router/index.js
@@ -2,7 +2,7 @@
import VueRouter from 'vue-router'
import control from '../components/control.vue'
import videoList from '../components/videoList.vue'
import deviceList from '../components/DeviceList.vue'
import channelList from '../components/channelList.vue'
import devicePosition from  '../components/devicePosition.vue'
import login from '../components/Login.vue'
@@ -24,8 +24,8 @@
      component: control,
    },
    {
      path: '/videoList',
      component: videoList,
      path: '/deviceList',
      component: deviceList,
    },
    {
      path: '/login',