From 9e5ba2970c2ebe484d8b1e5f43ddd23201c451e5 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 16 十一月 2021 14:23:28 +0800
Subject: [PATCH] update 我的顧問清單: 登入後若localStorage內有資料, 就呼叫加入顧問api

---
 PAMapp/pages/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 9da3bc2..a77e07b 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -77,7 +77,6 @@
 
     addFavoriteFromStorageToApi() {
         const agentNoList = getFavoriteFromStorage().map(i => i.agentNo)
-        console.log(agentNoList, 'agentNoList')
         if (agentNoList.length > 0) {
             addFavoriteConsultant(agentNoList).then(res => this.getMyConsutant());
             localStorage.removeItem('favoriteConsultant');

--
Gitblit v1.8.0