This commit is contained in:
Surya Paolo
2024-11-02 19:25:47 +01:00
parent 1c63b5346b
commit a46b988440
10 changed files with 192 additions and 7184956 deletions

View File

@@ -109,10 +109,13 @@ export default defineComponent({
// console.log('load', mypathin.value)
if (mypathin.value !== '') {
await globalStore.loadPage('/' + mypathin.value, 'cmypageelem').then(ris => {
rec.value = ris
// console.log('LoadPage', ris)
})
onloading.value = true
await globalStore.loadPage('/' + mypathin.value, 'cmypageelem')
.then(ris => {
rec.value = ris
// console.log('LoadPage', ris)
})
onloading.value = false
}
if (mypathin.value === 'home_logout' && globalStore.site.name === 'local' && !rec.value) {