Commit 43f4e027 authored by 徐光星's avatar 徐光星

Merge branch 'master' of git.quantgroup.cn:ui/quantum-blocks into feat/history

parents dfb82ffa bc90ba33
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
title: '链接', title: '链接',
hideSearch: true, hideSearch: true,
render: (h, params) => { render: (h, params) => {
return h('span', `${config.h5Host}/activity/${params.row.uuid}?tenantId=${params.row.tenantId}&vccToken={token}`) return h('span', `${config.h5Host}/activity/${params.row.uuid}?tenantId=${params.row.tenantId}&vccToken={token}&appChannel={appChannel}`)
} }
}, },
{ {
......
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