Browse Source

fix(frontend): 移除食谱页未使用的 iconCls 死代码

iwt 3 weeks ago
parent
commit
69c6db3812
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cfc-frontend/pages/diet/recommendation.vue

+ 0 - 1
cfc-frontend/pages/diet/recommendation.vue

@@ -163,7 +163,6 @@ export default {
               name: config.name,
               icon: config.icon,
               type: meal.type,
-              iconCls: 'meal-icon-' + meal.type,
               participants: meal.participants || 1,
               dishes: meal.dishes || []
             })