文档服务地址: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 { ...@@ -53,8 +53,8 @@ export default {
if (file.url.endsWith('xlsx')) { goto('tabled') } if (file.url.endsWith('xlsx')) { goto('tabled') }
if (file.url.endsWith('txt')) { goto('SelectedText') } if (file.url.endsWith('txt')) { goto('SelectedText') }
break break
case '图片': goto('imageshow'); break case '图片': goto('imageShow'); break
case '图层': goto('layershow') case '图层': goto('layerShow')
} }
} }
} }
......
...@@ -130,12 +130,12 @@ export default new Router({ ...@@ -130,12 +130,12 @@ export default new Router({
}, },
{ {
path: '/imageshow/:file/:task/:relationId/:executor/:piece', path: '/imageshow/:file/:task/:relationId/:executor/:piece',
name: 'images', name: 'imageShow',
component: imageShow component: imageShow
}, },
{ {
path: '/layershow/:file/:task/:relationId/:executor/:piece', path: '/layershow/:file/:task/:relationId/:executor/:piece',
name: 'layers', name: 'layerShow',
component: layerShow component: layerShow
} }
] ]
......
home = D:\python\python37 home = D:\Study\Anaconda
include-system-site-packages = false include-system-site-packages = false
version = 3.7.3 version = 3.7.3
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