From df7ffe152b9f8ebdc674a5e14943ec016e392b77 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Tue, 2 Apr 2024 16:44:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
conf/config.js | 2 +-
pages/index/index.vue | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/conf/config.js b/conf/config.js
index cd60fa2..2b472b4 100644
--- a/conf/config.js
+++ b/conf/config.js
@@ -15,7 +15,7 @@ const baseUrl = '/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
-const baseUrl = 'https://wuye.taksongroup.com/';
+const baseUrl = 'http://demo.homecommunity.cn/';
// #endif
let commonBaseUrl = 'http://demo.homecommunity.cn/';
diff --git a/pages/index/index.vue b/pages/index/index.vue
index fe497ac..d50230a 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -6,7 +6,7 @@
-
+
@@ -101,6 +101,9 @@
if (hasLogin()) {
_that.judgeBindOwnerFun();
}
+ if(this.$refs.indexNoticeRef){
+ this.$refs.indexNoticeRef._loadData();
+ }
},
/**