Commit ae63da9d authored by 崔佳豪's avatar 崔佳豪

fix: 云平台记录日志不转发

parent 544d14c2
Pipeline #53472 waiting for manual action with stages
......@@ -8,7 +8,7 @@ window.share &&
window.share.event &&
window.share.event.on('event:logs', params => {
delete params.site;
appService.pvLogs(params);
appService.pvLogs(Object.assign({ ignoreSite: true }, params));
});
// store.on('event:logout', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment