Changes. Work on new review page searching.
This commit is contained in:
@@ -244,7 +244,7 @@ export async function load({ params, url }) { // params, route, url
|
||||
|
||||
data_struct['ae_ds'] = ds_code_li;
|
||||
|
||||
console.log(`root layout.ts finally load...`);
|
||||
console.log(`ae_root +layout.ts loaded inital DS`);
|
||||
|
||||
return true;
|
||||
});
|
||||
@@ -294,10 +294,12 @@ export async function load({ params, url }) { // params, route, url
|
||||
// }
|
||||
|
||||
// data_struct['ae_loc'] = loading_results;
|
||||
console.log(`ae_root +layout.ts load after DS loading?`);
|
||||
return data_struct;
|
||||
}
|
||||
|
||||
console.log(`ae_root layout.ts load is finally finished`);
|
||||
// Currently we should never make it to this point! 2024-03-06
|
||||
console.log(`ae_root +layout.ts load function end`);
|
||||
return data_struct;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user