文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit be08088d by 李梓桢

修改了查看任务的路径,现在可以正确跳转了

parent 6556fb7b
......@@ -53,8 +53,8 @@ export default {
if (file.url.endsWith('xlsx')) { goto('tabled') }
if (file.url.endsWith('txt')) { goto('SelectedText') }
break
case '图片': goto('imageshow'); break
case '图层': goto('layershow')
case '图片': goto('imageShow'); break
case '图层': goto('layerShow')
}
}
}
......
......@@ -130,12 +130,12 @@ export default new Router({
},
{
path: '/imageshow/:file/:task/:relationId/:executor/:piece',
name: 'images',
name: 'imageShow',
component: imageShow
},
{
path: '/layershow/:file/:task/:relationId/:executor/:piece',
name: 'layers',
name: 'layerShow',
component: layerShow
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment