navigator
基础库 1.0.0 开始支持,低版本需做兼容处理。
页面链接
在小程序插件中使用需要基础库版本 2.1.0 起。
文档地址
open-type 必须设置为 ‘exit’
且
target 必须设置为 ‘miniProgram’
<navigator
target="miniProgram"
open-type="exit"
hover-class="noshadow"
>
<view>关闭当前小程序</view>
</navigator>