This commit is contained in:
Surya Paolo
2023-12-21 10:57:53 +01:00
parent 6d4f3f9f0b
commit 30db516a31
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export const cfgrouter = {
tools.addRoute(arrroutes, route)
}
// console.log('getmenu', arrroutes)
console.log('getmenu', arrroutes)
return arrroutes
},

View File

@@ -476,7 +476,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
addDynamicPages($router: Router | null) {
// console.log('this.mypage', this.mypage)
// console.log('addDynamicPages')
console.log('addDynamicPages.........')
const arrpagesroute: IListRoutes[] = []
for (const page of this.mypage) {