Authored by huzhiming

feat(埋点):添加数据上报

... ... @@ -62,7 +62,7 @@ const webpackConfig = merge(baseConfig, {
terserOptions: {
safari10: true,
compress: {
drop_console: true,
drop_console: false,
}
}
})]
... ...