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
stateman/src/manager/client.js
Line 7 in e195ed1
Line 20 in e195ed1
这个 baseTitle 作为 document.title 的赋值,即使后续 document.title 变化了,baseTitle 是不变的,希望 document.title = cur.getTitle( options ) || ocument.title || baseTitle
baseTitle
document.title
document.title = cur.getTitle( options ) || ocument.title || baseTitle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
stateman/src/manager/client.js
Line 7 in e195ed1
stateman/src/manager/client.js
Line 20 in e195ed1
这个
baseTitle
作为document.title
的赋值,即使后续document.title
变化了,baseTitle
是不变的,希望document.title = cur.getTitle( options ) || ocument.title || baseTitle
The text was updated successfully, but these errors were encountered: