zhouwx
2025-08-14 a669adb3e80e58aee84be37d865311717ea61990
src/api/hazardousChemicals/count.js
@@ -36,3 +36,11 @@
        data: params
    })
}
export function unWarningCount() {
    return request({
        url: '/warning/warningCount',
        method: 'get',
    })
}