Commit 5dc57c62 by crushh

update: dist

parent 41e20b55
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
}, },
goLinkDetail(row) { goLinkDetail(row) {
if (row.type == 2) { if (row.type == 2) {
window.open(`/haoban-3/#/actCodeDetail?hmId='${row.referId}`); window.open(`/haoban-3/#/actCodeDetail?hmId=${row.referId}`);
} else { } else {
window.open(`/haoban-3/#/attractFlowLinkInfo/${row.referId}`); window.open(`/haoban-3/#/attractFlowLinkInfo/${row.referId}`);
} }
......
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