|
@@ -125,7 +125,7 @@ void BlastOpePage::closeWebViewAndRestoreUI() {
|
|
|
// 槽函数:处理 URL 改变事件
|
|
|
void BlastOpePage::onUrlChanged(const QUrl &newUrl) {
|
|
|
LoadingWidget::showLoading(this, "跳转验证页...");
|
|
|
- if (newUrl.scheme() == "https" && newUrl.host() == "www.integrateblaster.com") {
|
|
|
+ if (newUrl.host() == "www.integrateblaster.com") {
|
|
|
closeWebViewAndRestoreUI();
|
|
|
QNetworkAccessManager manager;
|
|
|
QUrl requestUrl(
|