Commit 06414641 authored by 郭志伟's avatar 郭志伟

fix: 修改神策参数

parent c815ea63
...@@ -26,8 +26,8 @@ export function initSa(router) { ...@@ -26,8 +26,8 @@ export function initSa(router) {
sa.registerPage({ sa.registerPage({
platformType: isWxMp ? 'MP' : isApp ? 'APP' : 'H5', platformType: isWxMp ? 'MP' : isApp ? 'APP' : 'H5',
activity_id, activity_id,
vccChannel, parent_channel_id: vccChannel,
sonVccChannel channel_id: sonVccChannel
}); });
router.afterEach(() => { router.afterEach(() => {
Vue.nextTick(() => { Vue.nextTick(() => {
......
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