From 458ce908b43b0be0085ebc9d5b9026ec9b8850e7 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Tue, 30 Jan 2024 17:37:42 +0800 Subject: [PATCH] fix --- .env | 4 ++-- .env.production | 4 ++-- src/views/HomeView.vue | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 7716aac9..9dd61ea6 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ # NODE_ENV = 'production' NODE_ENV = 'development' -# VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://api.aida.com.hk' +VUE_APP_BASE_URL = 'http://18.167.251.121:10086' +# VUE_APP_BASE_URL = 'https://api.aida.com.hk' diff --git a/.env.production b/.env.production index 4741690b..2210f4c3 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV = 'production' -# VUE_APP_BASE_URL = 'http://18.167.251.121:10086' +VUE_APP_BASE_URL = 'http://18.167.251.121:10086' # VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' -VUE_APP_BASE_URL = 'https://api.aida.com.hk' +# VUE_APP_BASE_URL = 'https://api.aida.com.hk' diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index a35d6577..ea187ba7 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1031,7 +1031,6 @@ export default defineComponent({ name: "collection.png", }) let num = 0 - console.log(allBoardData); for (let key in allBoardData) { if (key !== "colorBoards" && key !== "moodTemplateId") { if(this.exportNav[num]?.change || key == 'disposeMoodboard'){