This commit is contained in:
X1627315083
2024-01-30 17:37:42 +08:00
parent 32b6d9cc25
commit 458ce908b4
3 changed files with 4 additions and 5 deletions

4
.env
View File

@@ -1,4 +1,4 @@
# NODE_ENV = 'production' # NODE_ENV = 'production'
NODE_ENV = 'development' NODE_ENV = 'development'
# 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://api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk'

View File

@@ -1,4 +1,4 @@
NODE_ENV = 'production' 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://polyu.api.aida.com.hk'
VUE_APP_BASE_URL = 'https://api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk'

View File

@@ -1031,7 +1031,6 @@ export default defineComponent({
name: "collection.png", name: "collection.png",
}) })
let num = 0 let num = 0
console.log(allBoardData);
for (let key in allBoardData) { for (let key in allBoardData) {
if (key !== "colorBoards" && key !== "moodTemplateId") { if (key !== "colorBoards" && key !== "moodTemplateId") {
if(this.exportNav[num]?.change || key == 'disposeMoodboard'){ if(this.exportNav[num]?.change || key == 'disposeMoodboard'){