修复从我的界面--banner点击跳转后的H5页面不跟随语言改变的问题
This commit is contained in:
@@ -342,6 +342,11 @@ public class RouteUtil {
|
||||
.withString(Constants.URL, url+"?1=1")
|
||||
.navigation();
|
||||
}
|
||||
public static void forwardCustomerServiceNew(String url) {
|
||||
ARouter.getInstance().build(PATH_CS)
|
||||
.withString(Constants.URL, url)
|
||||
.navigation();
|
||||
}
|
||||
|
||||
/**
|
||||
* 红包记录列表
|
||||
|
||||
Reference in New Issue
Block a user