1、自动续期
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
let data = [];
|
||||
let randerCodeData = [];
|
||||
$.getJSON('https://f.cliproxy.com/json/country_code.json', function(jsonData) {
|
||||
$.getJSON('https://f.WebIP.com/json/country_code.json', function(jsonData) {
|
||||
data = jsonData;
|
||||
});
|
||||
|
||||
|
||||
@ -73,9 +73,9 @@
|
||||
const domain = window.location.host.split(".").slice(-2).join(".");
|
||||
Cookies.set("common_session", res.data.token, { expires: expiresDate, domain});
|
||||
if(!rParam){
|
||||
gtag_report_conversion('https://dash.cliproxy.com/cli/home');
|
||||
gtag_report_conversion('https://dash.WebIP.com/cli/home');
|
||||
}else{
|
||||
gtag_report_conversion('https://cliproxy.com'+rParam);
|
||||
gtag_report_conversion('https://WebIP.com'+rParam);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -79,11 +79,7 @@
|
||||
expires: expiresDate,
|
||||
domain,
|
||||
});
|
||||
// if(!rParam) {
|
||||
window.location.href = "cli-traffic.html";
|
||||
// } else {
|
||||
// window.location.href = "https://cliproxy.com" + rParam;
|
||||
// }
|
||||
} else {
|
||||
messageFn(res.msg);
|
||||
reloadCaptcha();
|
||||
|
||||
@ -185,7 +185,7 @@ const currntPageShow = async () => {
|
||||
};
|
||||
|
||||
const LINKS = {
|
||||
evening: { href: 'https://t.me/cliproxybd'},
|
||||
evening: { href: 'https://t.me/WebIPbd'},
|
||||
daytime: { href: 'https://t.me/webipme'}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user