From 54e0b9707bb34259dfccbe0c792b50e12b267e13 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期二, 08 八月 2023 17:23:15 +0800 Subject: [PATCH] Merge branch '滲透' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into 滲透 --- PAMapp/nuxt.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js index 0bc5544..50af78f 100644 --- a/PAMapp/nuxt.config.js +++ b/PAMapp/nuxt.config.js @@ -39,6 +39,7 @@ '~/plugins/vue-scroll-picker', '~/plugins/filters/date.filter.ts', '~/plugins/filters/age.filter.ts', + '~/plugins/filters/consultation-method.filter.ts', '~/plugins/filters/appointment-fail-reason.filter.ts', '~/plugins/filters/serve-area.filter.ts', ], @@ -62,7 +63,7 @@ // modules: [ // '@nuxtjs/gtm', // ], - + // plugins: [ // '~/plugins/gtm' // ], @@ -71,7 +72,7 @@ enabled: true, /* see below */ debug: false, - id: process.env.ENV === 'prod' + id: process.env.ENV === 'prod' ? 'GTM-TFKVGTH' : process.env.ENV === 'uat' ? 'GTM-W2XMVJZT' : 'GTM_XXXXXXX', layer: 'dataLayer', -- Gitblit v1.8.0