协议临时性替换

This commit is contained in:
lijia 2024-05-20 16:43:45 +08:00
parent dba86a51e9
commit 6071e05014
2 changed files with 4 additions and 3 deletions

View File

@ -138,7 +138,7 @@ public class WelcomeActivity extends BaseAppCompatActivity {
new XPopup.Builder(con)
.dismissOnBackPressed(false)
.dismissOnTouchOutside(false)
.asCustom(new AgreementAlert(con, "https://agreement.dahehuoyun.com/huawei/#/private",
.asCustom(new AgreementAlert(con, "http://agreement.dahehuoyun.com/huawei/#/private",
"http://agreement.dahehuoyun.com/#/user", hd))
.show();
}

View File

@ -73,8 +73,9 @@ public class SetupActivity extends BaseActivity {
ConfigBean cb= ConfigParts.getConfigParts(con);
if(cb!=null){
// url1=cb.getData().getUserUrl();
url1="https://agreement.dahehuoyun.com/huawei/#/private";
url2=cb.getData().getPrivateUrl();
url1="http://agreement.dahehuoyun.com/#/user";
// url2=cb.getData().getPrivateUrl();
url2="http://agreement.dahehuoyun.com/huawei/#/private";
kefu=cb.getData().getServiceMobile();
url3=cb.getData().getSecurityUrl();
}