保誠-保戶業務員媒合平台
劉鈞霖
2021-11-18 f83fee16df8811430fbb6ed94c64ecdd01744f38
PAMapp/nuxt.config.js
@@ -41,6 +41,8 @@
  // Auto import components: https://go.nuxtjs.dev/config-components
  components: true,
  // loading
  loading: '~/components/loading.vue',
  // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
  buildModules: [
@@ -71,5 +73,8 @@
        document.documentElement.scrollTop = 0;
      }
    }
  },
  env: {
    BASE_URL: 'http://localhost:8080/api'
  }
}