|
@@ -124,9 +124,9 @@ const routesCommon = [
|
|
|
},
|
|
|
//手表绑定列表
|
|
|
{
|
|
|
- path: 'watchBindList',
|
|
|
- name: 'CommonDeviceWatchBindList',
|
|
|
- component: () => import('../views/Common/Device/WatchBindList.vue'),
|
|
|
+ path: 'liveBindList',
|
|
|
+ name: 'CommonDeviceLiveBindList',
|
|
|
+ component: () => import('../views/Common/Device/LiveBindList.vue'),
|
|
|
meta: {
|
|
|
requireAuth: true,
|
|
|
role: [],
|
|
@@ -136,9 +136,9 @@ const routesCommon = [
|
|
|
},
|
|
|
//手表绑定列表
|
|
|
{
|
|
|
- path: 'watchBindListAdmin',
|
|
|
- name: 'CommonDeviceWatchBindListAdmin',
|
|
|
- component: () => import('../views/Common/Device/WatchBindListAdmin.vue'),
|
|
|
+ path: 'liveBindListAdmin',
|
|
|
+ name: 'CommonDeviceLiveBindListAdmin',
|
|
|
+ component: () => import('../views/Common/Device/LiveBindListAdmin.vue'),
|
|
|
meta: {
|
|
|
requireAuth: true,
|
|
|
role: [],
|
|
@@ -148,9 +148,9 @@ const routesCommon = [
|
|
|
},
|
|
|
//手表绑定详情
|
|
|
{
|
|
|
- path: 'watchBindInfo',
|
|
|
- name: 'CommonDeviceWatchBindInfo',
|
|
|
- component: () => import('../views/Common/Device/WatchBindInfo.vue'),
|
|
|
+ path: 'liveBindInfo',
|
|
|
+ name: 'CommonDeviceLiveBindInfo',
|
|
|
+ component: () => import('../views/Common/Device/LiveBindInfo.vue'),
|
|
|
meta: {
|
|
|
requireAuth: false,
|
|
|
role: [],
|