upd: waktu splash

This commit is contained in:
amel
2024-12-10 10:52:54 +08:00
parent 7babc1fc60
commit d166b1b9b6
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ export function UiMap_SplashView() {
useShallowEffect(() => {
setTimeout(() => {
router.replace(RouterMap.main_view, { scroll: false }), 1000;
router.replace(RouterMap.main_view, { scroll: false }), 500;
});
}, []);
return (