- Aggiungere un campo "Vagliato dall'Editore" e aggiungere anche il campo "chi" e delle Note
This commit is contained in:
@@ -1943,7 +1943,24 @@ export const useProducts = defineStore('Products', {
|
||||
}
|
||||
)
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
getPathByPage(idpag: string) {
|
||||
|
||||
let linkpage = ''
|
||||
|
||||
const globalStore = useGlobalStore()
|
||||
|
||||
if (idpag) {
|
||||
const mypage = globalStore.getPageById(idpag)
|
||||
if (mypage)
|
||||
linkpage = mypage.path!
|
||||
}
|
||||
|
||||
return linkpage
|
||||
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user