From 71db7a2284b61bc8b68e1097e9b8ee819cb6f32f Mon Sep 17 00:00:00 2001
From: Jay <csj123456>
Date: 星期四, 16 一月 2025 13:47:20 +0800
Subject: [PATCH] 修改指标分类为选择tree,增加选择框可编辑

---
 src/components/DiyEditor/components/mobile/TabBar/config.ts |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/DiyEditor/components/mobile/TabBar/config.ts b/src/components/DiyEditor/components/mobile/TabBar/config.ts
index 7e52666..88d706f 100644
--- a/src/components/DiyEditor/components/mobile/TabBar/config.ts
+++ b/src/components/DiyEditor/components/mobile/TabBar/config.ts
@@ -53,26 +53,26 @@
       {
         text: '首页',
         url: '/pages/index/index',
-        iconUrl: 'http://xxxx/static/images/1-001.png',
-        activeIconUrl: 'http://xxxx/static/images/1-002.png'
+        iconUrl: 'http://mall.yudao.iocoder.cn/static/images/1-001.png',
+        activeIconUrl: 'http://mall.yudao.iocoder.cn/static/images/1-002.png'
       },
       {
         text: '分类',
         url: '/pages/index/category?id=3',
-        iconUrl: 'http://xxxx/static/images/2-001.png',
-        activeIconUrl: 'http://xxxx/static/images/2-002.png'
+        iconUrl: 'http://mall.yudao.iocoder.cn/static/images/2-001.png',
+        activeIconUrl: 'http://mall.yudao.iocoder.cn/static/images/2-002.png'
       },
       {
         text: '购物车',
         url: '/pages/index/cart',
-        iconUrl: 'http://xxxx/static/images/3-001.png',
-        activeIconUrl: 'http://xxxx/static/images/3-002.png'
+        iconUrl: 'http://mall.yudao.iocoder.cn/static/images/3-001.png',
+        activeIconUrl: 'http://mall.yudao.iocoder.cn/static/images/3-002.png'
       },
       {
         text: '我的',
         url: '/pages/index/user',
-        iconUrl: 'http://xxxx/static/images/4-001.png',
-        activeIconUrl: 'http://xxxx/static/images/4-002.png'
+        iconUrl: 'http://mall.yudao.iocoder.cn/static/images/4-001.png',
+        activeIconUrl: 'http://mall.yudao.iocoder.cn/static/images/4-002.png'
       }
     ]
   }

--
Gitblit v1.9.3