diff --git a/nuxt.config.js b/nuxt.config.js index b0c3b75..1f31f5f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -62,7 +62,8 @@ module.exports = { id: 'GTM-T4DJXJTT', layer: 'dataLayer', pageTracking: true, // 自动发送页面事件 - enabled: process.env.NODE_ENV === 'production' + enabled: true, + // enabled: process.env.NODE_ENV === 'production' }, axios: {