|
|
@@ -250,7 +250,9 @@ public class WorkMenuParentAdapter extends BaseAdapter {
|
|
|
String accountToken = CommonUtil.getAccountToken(context);
|
|
|
String enuu = CommonUtil.getEnuu(context);
|
|
|
String url = Constants.ACCOUNT_CENTER_HOST +
|
|
|
- "agency?token=" + accountToken + "&appId=mall&spaceUU=" + enuu + "&returnURL=https://www.usoftmall.com/";
|
|
|
+ "agency?token=" + accountToken + "&appId=mall&spaceUU=" + enuu
|
|
|
+ + "&returnURL=https://www.usoftmall.com/"
|
|
|
+ + "&baseUrl=https://www.usoftmall.com/newLogin/other";
|
|
|
intent.putExtra("url", url);
|
|
|
intent.putExtra("p", context.getString(R.string.work_business_find));
|
|
|
intent.putExtra("cookie", true);
|