1
0

fix(frontend): 本番環境で不必要なconsole.logを出さないように (#15702)

This commit is contained in:
かっこかり
2025-03-25 08:02:06 +09:00
committed by GitHub
parent 3f7a2bf5b5
commit 5513337198
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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,