Explorar el Código

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

iwt hace 3 semanas
padre
commit
69c6db3812
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 || []
             })