|
|
|
@ -156,9 +156,9 @@ export function initAxiosInterceptors(props) {
|
|
|
|
|
let newopens = md5(opens + timestamp)
|
|
|
|
|
config.url = `${proxy}${url}`;
|
|
|
|
|
if (config.url.indexOf('?') == -1) {
|
|
|
|
|
config.url = `${config.url}?randomcode=${timestamp}&client_key=${newopens}`;
|
|
|
|
|
config.url = `${config.url}?debug=${debugType}&randomcode=${timestamp}&client_key=${newopens}`;
|
|
|
|
|
} else {
|
|
|
|
|
config.url = `${config.url}&&randomcode=${timestamp}&client_key=${newopens}`;
|
|
|
|
|
config.url = `${config.url}debug=${debugType}&randomcode=${timestamp}&client_key=${newopens}`;
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
railsgettimes(`/api/main/first_stamp.json`);
|
|
|
|
|