保誠-保戶業務員媒合平台
Mila
2021-12-06 921e56017c29cf97c0ffe90c879243d5fd79a19b
PAMapp/nuxt.config.js
@@ -37,12 +37,13 @@
    { src: '~/plugins/vue-awesome-swiper.js', mode: 'client' },
    '~/plugins/service.ts',
    '~/plugins/vue-scroll-picker',
    '~/plugins/filters/date.filter.ts'
    '~/plugins/filters/date.filter.ts',
    '~/plugins/filters/age.filter.ts',
  ],
  // Auto import components: https://go.nuxtjs.dev/config-components
  components: true,
  // loading
  // loading
  loading: '~/components/loading.vue',
  // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
@@ -68,13 +69,6 @@
    ]
  },
  router: {
    scrollBehavior (to, from, savedPosition) {
      if (savedPosition) {
        return savedPosition;
      } else {
        document.body.scrollTop = 0;
        document.documentElement.scrollTop = 0;
      }
    }
    base: process.env.ENV === 'uat' ? '/pam/' : ''
  }
}