Files
nianxx-h5/src/hooks/useGoHome.js
2026-05-25 23:40:50 +08:00

2 lines
73 B
JavaScript

export const goHome = () => uni.reLaunch({ url: "/pages/index/index" });