[update] 权限申请流程请求异常处理

This commit is contained in:
danshihao
2024-04-18 10:43:06 +08:00
parent eb76804fe4
commit b41a86f732
@@ -441,6 +441,9 @@ export default {
flag = base
}
}
}).catch(() => {
// 请求异常报错会有全局的提示,flag为当前页面不做跳转
flag = this.switchValue
})
}
}