Commit 17634ed0 by crushh

Merge branch 'feature/act-code' into dev

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