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

---
 pages/product/goods.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/pages/product/goods.vue b/pages/product/goods.vue
index fa701a1..2b8dd2e 100644
--- a/pages/product/goods.vue
+++ b/pages/product/goods.vue
@@ -299,11 +299,11 @@
 import storeLayout from "./product/shop/-shop"; //搴楅摵缁勪欢
 import Evaluation from "./product/evaluation/-evaluation"; //璇勪环缁勪欢
 import GoodsSwiper from "./product/goods/-goods-swiper"; //杞挱鍥剧粍浠�
-import popupGoods from "@/components/m-buy/goods"; //璐墿杞﹀晢鍝佺殑妯″潡
+import popupGoods from "@/pages/subComponents/m-buy/goods.vue"; //璐墿杞﹀晢鍝佺殑妯″潡
 import popupAddress from "./product/popup/address"; //鍦板潃閫夋嫨妯″潡
-import shares from "@/components/m-share/index"; //鍒嗕韩
-import popups from "@/components/popups/popups"; //姘旀场妗�
-import takeDownFormSaleGoods from "@/components/m-take-down-sale-goods/index"; //涓嬫灦妗�
+import shares from "@/pages/subComponents/m-share/index.vue"; //鍒嗕韩
+import popups from "@/pages/product/popups/popups.vue"; //姘旀场妗�
+import takeDownFormSaleGoods from "@/pages/product/m-take-down-sale-goods/index"; //涓嬫灦妗�
 import setup from "./product/popup/popup";
 	import {
 		getSTSToken
@@ -344,21 +344,21 @@
       // #endif
       navbarListData: [
         //瀵艰埅鏍忓垪琛ㄦ爮鏁版嵁
-        {
-          title: "棣栭〉",
-          icon: "home-fill",
-          ___type: "other",
-        },
+        // {
+        //   title: "棣栭〉",
+        //   icon: "home-fill",
+        //   ___type: "other",
+        // },
         {
           title: "璐墿杞�",
           icon: "bag-fill",
           ___type: "other",
         },
-        {
-          title: "鎼滅储",
-          icon: "search",
-          ___type: "category",
-        },
+        // {
+        //   title: "鎼滅储",
+        //   icon: "search",
+        //   ___type: "category",
+        // },
         {
           title: "涓汉涓績",
           icon: "account-fill",

--
Gitblit v1.8.0