refactor (slight, although many files)

This commit is contained in:
Cindy Chang
2024-06-06 09:25:26 +08:00
parent 0df045c218
commit 9539237c3d
8 changed files with 162 additions and 45 deletions

View File

@@ -145,7 +145,7 @@ export default {
this.filterName = newVal;
},
activePageComputedByRoute (newVal) {
console.log('activePageComputedByRoute newVal', newVal);
// console.log('activePageComputedByRoute newVal', newVal);
}
},
mounted() {
@@ -162,7 +162,7 @@ export default {
* @param {event} event 選取 Navbar 選項後傳入的值
*/
onNavItemBtnClick(event) {
console.log('onNavItemBtnClick');
// console.log('onNavItemBtnClick');
let type;
let fileId;
let isCheckPage;