Explorar el Código

Merge remote-tracking branch 'origin/2025北京诚祥' into 2025北京诚祥

wangxy hace 2 meses
padre
commit
ab1eb05a52

+ 6 - 0
components/custom-tabbar/custom-tabbar-admin.vue

@@ -42,6 +42,12 @@
 						activePath: getStaticUrl('static/images/tabbar/select/index-icon.png'),
 					},
 					{
+						text: '家政',
+						path: '/pages/game/index',
+						iconPath: getStaticUrl('static/images/tabbar/unselect/jz-icon.png'),
+						activePath: getStaticUrl('static/images/tabbar/select/jz-icon.png'),
+					},
+					{
 						text: '我的',
 						path: `/pages/my/index`,
 						iconPath: getStaticUrl('static/images/tabbar/unselect/my-icon.png'),

+ 0 - 6
components/custom-tabbar/custom-tabbar-client.vue

@@ -23,12 +23,6 @@
 						activePath: getStaticUrl('static/images/tabbar/select/index-icon.png'),
 					},
 					{
-						text: '家政',
-						path: '/pages/game/index',
-						iconPath: getStaticUrl('static/images/tabbar/unselect/jz-icon.png'),
-						activePath: getStaticUrl('static/images/tabbar/select/jz-icon.png'),
-					},
-					{
 						text: '我的',
 						path: `/pages/my/index`,
 						iconPath: getStaticUrl('static/images/tabbar/unselect/my-icon.png'),