From 7acb664b9820d51be0552a1b769b4aeaeb4d89bf Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 16 七月 2025 22:44:19 +0800
Subject: [PATCH] 解决主包过大问题

---
 pages/tabbar/home/template/tpl_search.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/tabbar/home/template/tpl_search.vue b/pages/tabbar/home/template/tpl_search.vue
index 3eb5df9..7da30eb 100644
--- a/pages/tabbar/home/template/tpl_search.vue
+++ b/pages/tabbar/home/template/tpl_search.vue
@@ -5,7 +5,7 @@
       {{ res.list[0].title }}
     </div>
     <div slot="right" open-type="contact" class="navbar-right message" @click="linkMsgDetail" style="border-style:none;background:rgb(234,234,234);" >
-		  <image style="width:53rpx;height:53rpx;margin-top:6rpx;" src="@/static/img/title.png"></image>
+		  <image style="width:53rpx;height:53rpx;margin-top:6rpx;" src="@/pages/subComponents/static/img/title.png"></image>
 	  </div>
   </div>
 </template>

--
Gitblit v1.8.0