From 8fbd0376b4846ff27b1f2b9ccaacb23cf97ffc1f Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 30 Sep 2024 15:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4design=E7=9A=84moodboard?= =?UTF-8?q?=E7=9A=84=E4=BD=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=E5=92=8C=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- src/component/Account/account.vue | 2 +- src/component/Account/accountEdit.vue | 1 + src/component/Account/followFans/follow.vue | 1 + src/component/Account/message/comment.vue | 1 + src/component/Account/message/likeMessage.vue | 1 + src/component/Account/message/newFollow.vue | 1 + src/component/Detail/editFrontBack.vue | 25 +++++++++++++------ src/component/HomePage/productImg.vue | 5 ++++ src/component/LibraryPage/ModelPlacement.vue | 8 +++--- src/component/modules/generalMiniCanvas.vue | 4 +-- src/store/userHabit/userHabit.ts | 23 ++++++++--------- src/views/HomeMain.vue | 15 +++++++++-- src/views/HomeView/HomeView.vue | 12 ++++++--- 14 files changed, 67 insertions(+), 34 deletions(-) diff --git a/.env.dev b/.env.dev index 7d633ff1..8727a59f 100644 --- a/.env.dev +++ b/.env.dev @@ -6,7 +6,7 @@ NODE_ENV = 'development' VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://www.api.aida.com.hk' # 佩佩 -# VUE_APP_BASE_URL = 'http://192.168.1.7:5567' +VUE_APP_BASE_URL = 'http://192.168.1.7:5567' # 海波 # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' diff --git a/src/component/Account/account.vue b/src/component/Account/account.vue index 769032b7..79766644 100644 --- a/src/component/Account/account.vue +++ b/src/component/Account/account.vue @@ -7,7 +7,7 @@