@@ -332,7 +332,7 @@ const routes = [
meta: { needAuth: true }
},
{
- path: '/live/:camId',
+ path: '/my/cam/live/:camId',
name: 'LivePage',
component: LivePage,
@@ -28,7 +28,7 @@
width="150"
>
<template slot-scope="scope">
- <router-link style="text-decoration-line: none" target="_blank" :to="`/live/${scope.row.camId}`">
+ <router-link style="text-decoration-line: none" target="_blank" :to="`/my/cam/live/${scope.row.camId}`">
{{ scope.row.camName }}
</router-link>
</template>