简体中文
添加拦截器
Web | Android | iOS |
---|---|---|
4.0 | 3.97 | 4.11 |
名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
---|---|---|---|---|---|
name | string | 是 | - | - | 需要拦截的 API 名称 |
interceptor | Interceptor | 是 | - | - | 拦截器 |
删除拦截器
Web | Android | iOS |
---|---|---|
4.0 | 3.97 | 4.11 |
名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
---|---|---|---|---|---|
name | string | 是 | - | - | 需要删除拦截器的 API 名称 |
interceptor | Interceptor | 否 | - | - | 拦截器 |
Template
Script
<template>
<view style="flex: 1">
<button @click="addInterceptor">添加路由拦截器</button>
<button @click="removeInterceptor">移除路由拦截器</button>
<text>点击下方按钮{{ msg }}</text>
<button @click="navigateTo">navigatorTo API跳转到测试页面</button>
<navigator url="./page1">
<button class="navigatorButton">navigator组件跳转到测试页面</button>
</navigator>
<button @click="addSwitchTabInterceptor">添加switchTab拦截器</button>
<button @click="removeSwitchTabInterceptor">移除switchTab拦截器</button>
<button class="navigatorButton" @click="switchTab">switchTab API</button>
</view>
</template>
名称 | 类型 | 必备 | 默认值 | 兼容性 | 描述 |
---|---|---|---|---|---|
errMsg | string | 是 | - | - | 错误信息 |