协议https无法打开,临时切回http

This commit is contained in:
lijia 2024-08-05 15:00:02 +08:00
parent 7a89c41ed2
commit a20d49ecdf
2 changed files with 5 additions and 5 deletions

View File

@ -140,8 +140,8 @@ public class WelcomeActivity extends BaseAppCompatActivity {
new XPopup.Builder(con) new XPopup.Builder(con)
.dismissOnBackPressed(false) .dismissOnBackPressed(false)
.dismissOnTouchOutside(false) .dismissOnTouchOutside(false)
.asCustom(new AgreementAlert(con, "https://agreement.dahehuoyun.com/currency/#/", .asCustom(new AgreementAlert(con, "http://agreement.dahehuoyun.com/currency/#/",
"https://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/", hd)) "http://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/", hd))
.show(); .show();
} }
Glide.with(con) Glide.with(con)

View File

@ -73,9 +73,9 @@ public class SetupActivity extends BaseActivity {
ConfigBean cb= ConfigParts.getConfigParts(con); ConfigBean cb= ConfigParts.getConfigParts(con);
if(cb!=null){ if(cb!=null){
// url1=cb.getData().getUserUrl(); // url1=cb.getData().getUserUrl();
url1="https://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/"; url1="http://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/";
// url2=cb.getData().getPrivateUrl(); // url2=cb.getData().getPrivateUrl();
url2="https://agreement.dahehuoyun.com/currency/#/"; url2="http://agreement.dahehuoyun.com/currency/#/";
kefu=cb.getData().getServiceMobile(); kefu=cb.getData().getServiceMobile();
url3=cb.getData().getSecurityUrl(); url3=cb.getData().getSecurityUrl();
} }
@ -123,7 +123,7 @@ public class SetupActivity extends BaseActivity {
r8.setOnClickListener(v12 -> { r8.setOnClickListener(v12 -> {
Intent in=new Intent(con,WebActivity.class); Intent in=new Intent(con,WebActivity.class);
in.putExtra("title","交易规则"); in.putExtra("title","交易规则");
in.putExtra("url","https://agreement.dahehuoyun.com/rule/transactionRules/dist/index.html#/"); in.putExtra("url","http://agreement.dahehuoyun.com/rule/transactionRules/dist/index.html#/");
startActivity(in); startActivity(in);
}); });
r6.setOnClickListener(v12 -> { r6.setOnClickListener(v12 -> {