提交 490180b5 authored 作者: quanlili's avatar quanlili

修改图册路由跳转

上级 6b1e73b3
...@@ -432,7 +432,7 @@ export default { ...@@ -432,7 +432,7 @@ export default {
}, },
lookTo(id){ lookTo(id){
//this.$router.push({path:'/draw/msgPacket',query:{id:id}}) //this.$router.push({path:'/draw/msgPacket',query:{id:id}})
this.$router.push({path:'/submission/infoview/photolook',query:{oid:id}}) this.$router.push({path:'/submission/photolook',query:{oid:id}})
}, },
refPage(){ refPage(){
this.loading=true; this.loading=true;
......
...@@ -1243,7 +1243,7 @@ export default { ...@@ -1243,7 +1243,7 @@ export default {
//window.location.reload() //window.location.reload()
}, },
linkPic(){ linkPic(){
this.$router.push({path:'/submission/infoview/photolook',query:{oid:this.pdf.albumId}}) this.$router.push({path:'/submission/photolook',query:{oid:this.pdf.albumId}})
}, },
linkTo(item){ linkTo(item){
//id=0648831bf60911e996cc0050569033dc&entityType=2 //id=0648831bf60911e996cc0050569033dc&entityType=2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论