Files
taimed-international-app/utils/index.ts

5 lines
85 B
TypeScript

export const onPageJump = (path: string) => {
uni.navigateTo({
url: path
})
}