Skip to main content
Version: v2

exit

Start from API_LEVEL 2.0 . Please refer to API_LEVEL.

Exit the Mini Program and return to the applist page.

Type

function exit(): void

Example

import { exit } from '@zos/router'

exit()