From c0051fba69438a587afb92f7d4e6ae5ded3a8521 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 15 十一月 2021 08:04:24 +0800
Subject: [PATCH] add: TODO#130194 串接取得顧問img api

---
 PAMapp/nuxt.config.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js
index ee4a9dc..c30508a 100644
--- a/PAMapp/nuxt.config.js
+++ b/PAMapp/nuxt.config.js
@@ -71,5 +71,8 @@
         document.documentElement.scrollTop = 0;
       }
     }
+  },
+  env: {
+    BASE_URL: 'http://localhost:8080/api'
   }
 }

--
Gitblit v1.8.0