render() { const { a, b } = this.props; if (// some condition // ) window.location.assign('/v2#/org/' + a + '/support')}}对于这一行,window.location.assign('/v2#/org/' + orgId + '/support')}我得到了lint错误-意外的字符串连接。如何防止这种情况发生?
添加回答
举报
0/150
提交
取消