From ccd7179b7f9f0c685e1dc51187a82d203922e928 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 21 八月 2023 15:38:31 +0800 Subject: [PATCH] Merge branch '2023_CR2' into 滲透 --- PAMapp/nuxt.config.js | 33 --------------------------------- 1 files changed, 0 insertions(+), 33 deletions(-) diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js index b1a5207..7ddc481 100644 --- a/PAMapp/nuxt.config.js +++ b/PAMapp/nuxt.config.js @@ -66,40 +66,7 @@ '@nuxtjs/axios', '@nuxtjs/style-resources', ['@nuxtjs/dotenv', { filename: '.env.' + process.env.ENV }], - // '@nuxtjs/gtm', ], - - // gtm: { - // enabled: true, /* see below */ - // debug: false, - // - // id: process.env.ENV === 'prod' - // ? 'GTM-TFKVGTH' - // : process.env.ENV === 'uat' ? 'GTM-W2XMVJZT' : 'GTM_XXXXXXX', - // layer: 'dataLayer', - // variables: {}, - // - // pageTracking: true, - // pageViewEventName: 'nuxtRoute', - // - // autoInit: true, - // respectDoNotTrack: true, - // - // scriptId: 'gtm-script', - // scriptDefer: false, - // scriptURL: 'https://www.googletagmanager.com/gtm.js', - // crossOrigin: false, - // - // noscript: true, - // noscriptId: 'gtm-noscript', - // noscriptURL: 'https://www.googletagmanager.com/ns.html' - // }, - // - // publicRuntimeConfig: { - // gtm: { - // id: process.env.GOOGLE_TAG_MANAGER_ID - // } - // }, // Build Configuration: https://go.nuxtjs.dev/config-build build: { -- Gitblit v1.8.0