Merge branch 'dillon/34.8-jenkins-vapor' into vapor/production

This commit is contained in:
Dillon Ngo
2024-10-24 03:39:49 +08:00
13 changed files with 24 additions and 14 deletions
@@ -42,7 +42,6 @@
if(window.LARAVEL_VAPOR_ENABLED){
if (response.src) {
// window.location.href = response.src;
console.log('download');
window.open(response.src, '_blank');
}
}
@@ -41,7 +41,8 @@
successHandler(response) {
if(window.LARAVEL_VAPOR_ENABLED){
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
}
},
@@ -135,7 +135,8 @@
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}
@@ -139,7 +139,8 @@
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}
@@ -281,7 +281,8 @@ export default {
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}
@@ -309,7 +310,8 @@ export default {
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}
@@ -130,7 +130,8 @@ export default {
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}
@@ -109,7 +109,8 @@ export default {
successHandler(response) {
if(window.LARAVEL_VAPOR_ENABLED){
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
}
},
@@ -93,7 +93,8 @@ export default {
this.returnData = null;
if(window.LARAVEL_VAPOR_ENABLED){
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
}
}
@@ -82,7 +82,6 @@
if(!success){return;}
if (response.src) {
// window.location.href = response.src;
console.log('download');
window.open(response.src, '_blank');
}
});
@@ -99,7 +99,8 @@ export default {
successHandler(response) {
if(window.LARAVEL_VAPOR_ENABLED){
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
}
},
@@ -95,7 +95,8 @@
this.returnData = null;
if(window.LARAVEL_VAPOR_ENABLED){
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
}
}
@@ -133,7 +133,8 @@ export default {
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}
@@ -39,7 +39,8 @@
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
// window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}