@@ -107,7 +107,7 @@
req.then(data => {
console.log(data)
- window.location.href = data.data;
+ location.href = data.data;
})
}