代码:
在这里插入图片描述
错误提示:
在这里插入图片描述
解决办法

方式一:

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const redirect: string = this.$route.query && this.$route.query.redirect;

方式二:

const redirect: string | null = this.$route.query && this.$route.query.redirect;
Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐