|
|
@@ -161,7 +161,7 @@ function checkHandleRequest() {
|
|
|
break;
|
|
|
default:
|
|
|
if (path.indexOf('/kuaizhan/v2/5K2422/20230925/k84123/index.html') > -1) {
|
|
|
- handleHomePage();
|
|
|
+ handleIkeaPage();
|
|
|
} else if (path.indexOf('/rmb/brcp/uc/cust/uc-login-web.qryLoginStatus.do') > -1) {
|
|
|
handleLoginStatus();
|
|
|
} else if (path.indexOf('/brop/mop/cust/mopsf/personality/activity/status/query') > -1) {
|
|
|
@@ -172,6 +172,10 @@ function checkHandleRequest() {
|
|
|
handleCustomerActivityStatus();
|
|
|
} else if (path.indexOf('/brop/stp/kafka/http/h5monitor_web/rest/ac/h5Monitor') > -1) {
|
|
|
handleH5MonitorUploadInfo();
|
|
|
+ } else if (path.indexOf('/creditcard/mk8point8/8point8.html') > -1) {
|
|
|
+ handleSeckillPage();
|
|
|
+ } else {
|
|
|
+
|
|
|
}
|
|
|
break;
|
|
|
}
|
|
|
@@ -273,7 +277,11 @@ function compareCookieStr(cookieStr1, cookieStr2) {
|
|
|
return retCode;
|
|
|
}
|
|
|
|
|
|
-function handleHomePage() {
|
|
|
+function handleIkeaPage() {
|
|
|
+ handleHeaders();
|
|
|
+}
|
|
|
+
|
|
|
+function handleSeckillPage() {
|
|
|
handleHeaders();
|
|
|
}
|
|
|
|