--- const values = [ { title: '餐饮单位', desc: '规范透明操作,辅助提升食药安全等级,落实企业主体责任。', img: '/img/kitchen/value-business.webp' }, { title: '监管部门', desc: '辅助过程监管、智能监管与动态监管,规范行政执法并提升监管效能。', img: '/img/kitchen/value-regulator.webp' }, { title: '社会公众', desc: '拓宽公众监督渠道,强化监督力量,营造安心、放心、舒心的消费环境。', img: '/img/kitchen/value-public.webp' } ]; const features = [ { title: '远程可视化', desc: '线上视频巡查,提升监管效能。', img: '/img/kitchen/feature-remote-visual.webp' }, { title: '监管过程化', desc: '操作过程记录,实现动态监管。', img: '/img/kitchen/feature-process.webp' }, { title: '感知智能化', desc: '实时监测报警,强化精准监管。', label: 'AI' }, { title: '监督社会化', desc: '完善监督渠道,形成监督合力。', img: '/img/kitchen/feature-social-supervision.webp' } ]; ---

系统架构

明厨亮灶一体化治理架构

通过平台化架构把餐饮单位、监管部门与社会公众纳入同一治理链路,打通“可视、可管、可追溯、可共治”的闭环能力。

主体责任落实
监管效能提升
公众监督拓展
共治机制形成
明厨亮灶系统架构图

方案价值

{values.map((item) => (
{item.title}

{item.title}

{item.desc}

))}

核心能力

{features.map((item) => (
{item.img ? ( {item.title} ) : ( {item.label} )}
{item.title}

{item.desc}

))}