更新ui
This commit is contained in:
@@ -49,5 +49,5 @@ class ServiceConstant {
|
||||
static const String personnel_info = "/api/personnel/info"; //人员信息列表
|
||||
|
||||
static const String policy_url =
|
||||
"https://wyf.it.real.he-info.cn:94/apk/policy";//协议地址
|
||||
"https://vsbst-api.he-info.cn/vsbs_sotrage/privacy-scheme/"; //协议地址
|
||||
}
|
||||
|
||||
@@ -84,20 +84,20 @@ String getPrivacy(int type) {
|
||||
} else if (AppConstants().ent_type == APPPackageType.TH.code) {
|
||||
if (type == 1) {
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_privacy_policy_$language.html";
|
||||
}
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_user_policy_$language.html";
|
||||
} else {
|
||||
if (type == 1) {
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_privacy_policy_$language.html";
|
||||
}
|
||||
return ServiceConstant.policy_url +
|
||||
"/th" +
|
||||
"/theh" +
|
||||
"/th_user_policy_$language.html";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user