sonar qube

This commit is contained in:
Cindy Chang
2024-07-22 13:58:23 +08:00
parent adcdb2bdc0
commit 3c81356fa2
5 changed files with 4 additions and 16 deletions

View File

@@ -26,7 +26,6 @@ export default defineStore('pageAdminStore', {
this.activePageComputedByRoute = mapPageNameToCapitalUnifiedName(
routeMatched[routeMatched.length - 1].name);
}
// console.log('this.activePageComputedByRoute', this.activePageComputedByRoute);
},
/**
* Set Active Page; the page which the user is currently visiting