修改了部分样式

This commit is contained in:
2020-11-27 13:52:06 +08:00
parent 299b98e0d7
commit 28500a1a1a
6 changed files with 62 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ export default defineComponent({
let url = '';
switch (props.status) {
case 1:
url = '/regime/liveing';
url = '/live/liveing';
break;
default:
url = '/regime/livedetail';

View File

@@ -111,7 +111,7 @@ export default defineComponent({
if(props.info != undefined){
const id = props.info.liveid;
livestart(id).then(()=>{
router.push("/regime/liveing?id=" + id)
router.push("/live/liveing?id=" + id)
})
}
}