chore: Update page links on index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 55s

This commit is contained in:
严浩
2024-08-14 11:45:19 +08:00
parent 4fe1f5fd32
commit 18c90f4e09
3 changed files with 15 additions and 7 deletions

View File

@ -8,7 +8,7 @@ export const usePageData = defineBasicLoader(
async (...args) => {
console.log('[DefineLoaderFn]', 'args :>> ', args);
const [route] = args;
await new Promise((resolve) => setTimeout(resolve, 520));
await new Promise((resolve) => setTimeout(resolve, 777));
return { idFromPreviousPage: route.params.id, someOtherData: 'someOtherData' };
},
{