Addressed some code review recommendations.

This commit is contained in:
Jeremy-Z 2026-05-20 15:36:00 -04:00
parent a37020341f
commit 71aa359412

View file

@ -80,6 +80,7 @@ const routes = [
}
catch ( error ) {
window.top.location = '/static/error/index.html';
return null;
}
if (routeData[0].name.toLowerCase() === 'error') {
@ -97,6 +98,7 @@ const routes = [
}
catch ( error ) {
window.top.location = '/static/error/index.html';
return null;
}
}