From df7e9c57ee754752e11ae0b4e2adb293d27e2f92 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 25 十月 2021 18:12:16 +0800 Subject: [PATCH] TODO#128784 首頁-推薦保險顧問 畫面刻版+串假資料 --- PAMapp/nuxt.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js index d09a98c..a5c8f21 100644 --- a/PAMapp/nuxt.config.js +++ b/PAMapp/nuxt.config.js @@ -32,7 +32,8 @@ // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins plugins: [ '~/plugins/element-ui.js', - { src: '~/plugins/vue-awesome-swiper.js', mode: 'client' } + { src: '~/plugins/vue-awesome-swiper.js', mode: 'client' }, + '~/plugins/service.ts' ], // Auto import components: https://go.nuxtjs.dev/config-components -- Gitblit v1.8.0