fix(frontend): 本番環境で不必要なconsole.logを出さないように (#15702)
This commit is contained in:
@@ -32,7 +32,7 @@ mainRouter.addListener('replace', ctx => {
|
||||
});
|
||||
|
||||
mainRouter.addListener('change', ctx => {
|
||||
console.log('mainRouter: change', ctx.fullPath);
|
||||
if (_DEV_) console.log('mainRouter: change', ctx.fullPath);
|
||||
analytics.page({
|
||||
path: ctx.fullPath,
|
||||
title: ctx.fullPath,
|
||||
|
||||
Reference in New Issue
Block a user