feat: add captcha page (#3144)

This commit is contained in:
Love98
2024-08-26 23:22:53 +08:00
committed by GitHub
parent dce0a96dea
commit 230a77e3e3
3 changed files with 120 additions and 1 deletions

View File

@ -344,7 +344,8 @@ class App extends Component {
window.location.pathname.startsWith("/cas") ||
window.location.pathname.startsWith("/select-plan") ||
window.location.pathname.startsWith("/buy-plan") ||
window.location.pathname.startsWith("/qrcode") ;
window.location.pathname.startsWith("/qrcode") ||
window.location.pathname.startsWith("/captcha");
}
onClick = ({key}) => {