We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
url2Real 函数添加 decodeURIComponent
url2Real
decodeURIComponent
//转化封面url为实际url export const url2Real = (url) => { if (url.search(/agent/i) === -1) { return 'http://api.zhuishushenqi.com' + url; } else{ return decodeURIComponent(url.replace(/\/agent\//, '')); } }
The text was updated successfully, but these errors were encountered:
@ShanaMaid 试了下 能解决一部分封面显示问题
Sorry, something went wrong.
No branches or pull requests
url2Real
函数添加decodeURIComponent
The text was updated successfully, but these errors were encountered: