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

fix: 调整sa默认值

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