fix(frontend): 本番環境で不必要なconsole.logを出さないように (#15702)
This commit is contained in:
parent
3f7a2bf5b5
commit
5513337198
5 changed files with 9 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue