version:
update:2021.03.1 fix: add: 准备更换架构
This commit is contained in:
@@ -510,7 +510,7 @@ public class HTTPInterface {
|
|||||||
}
|
}
|
||||||
if (packageList.length() > 0) {
|
if (packageList.length() > 0) {
|
||||||
//app内所有的网页禁止
|
//app内所有的网页禁止
|
||||||
packageList = packageList.substring(0, packageList.length() - 1);
|
// packageList = packageList.substring(0, packageList.length() - 1);
|
||||||
//去掉多余的,
|
//去掉多余的,
|
||||||
Log.e("setAppinsideWeb ", "packageList:" + packageList);
|
Log.e("setAppinsideWeb ", "packageList:" + packageList);
|
||||||
Intent qch_app_website = new Intent("qch_app_website")
|
Intent qch_app_website = new Intent("qch_app_website")
|
||||||
@@ -522,7 +522,7 @@ public class HTTPInterface {
|
|||||||
}
|
}
|
||||||
if (strings.length() > 0) {
|
if (strings.length() > 0) {
|
||||||
//app内单个网页地址禁止打开
|
//app内单个网页地址禁止打开
|
||||||
strings = strings.substring(0, strings.length() - 1);
|
// strings = strings.substring(0, strings.length() - 1);
|
||||||
//去掉多余的;
|
//去掉多余的;
|
||||||
Log.e("setAppinsideWeb ", "strings:" + strings);
|
Log.e("setAppinsideWeb ", "strings:" + strings);
|
||||||
Intent intent = new Intent("qch_app_inside_website")
|
Intent intent = new Intent("qch_app_inside_website")
|
||||||
|
|||||||
Reference in New Issue
Block a user