|
@@ -122,6 +122,29 @@ const routesCommon = [
|
|
|
mode: true
|
|
|
}
|
|
|
},
|
|
|
+ //手表绑定列表
|
|
|
+ {
|
|
|
+ path: 'watchBindList',
|
|
|
+ name: 'CommonDeviceWatchBindList',
|
|
|
+ component: () => import('../views/Common/Device/WatchBindList.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: true,
|
|
|
+ role: [],
|
|
|
+ title: '手表绑定列表',
|
|
|
+ mode: true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //手表绑定详情
|
|
|
+ {
|
|
|
+ path: 'watchBindInfo',
|
|
|
+ name: 'CommonDeviceWatchBindInfo',
|
|
|
+ component: () => import('../views/Common/Device/WatchBindInfo.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '手表绑定详情',
|
|
|
+ }
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
|