mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 00:43:58 +00:00
Merge branch 'dillon/34.1-jenkins-vapor' into vapor/development
This commit is contained in:
+10
-1
@@ -86,10 +86,19 @@ export default {
|
||||
},
|
||||
successHandler(response) {
|
||||
this.isLoading = false;
|
||||
console.log('debug response: ' + JSON.stringify(response));
|
||||
if (response.message) {
|
||||
this.returnData = response;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
this.returnData = null;
|
||||
if(window.LARAVEL_VAPOR_ENABLED){
|
||||
console.log('window.LARAVEL_VAPOR_ENABLED');
|
||||
let src = response.src;
|
||||
if (src) {
|
||||
window.location.href = src;
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user