@@ -148,7 +148,7 @@ export default {
.then((res) => {
console.log(res);
if (!res.pay_page_url && item.price == 0) {
- window.location.href = "/GCLS-Personal/#/EnterSys/OrderPaySuccess";
+ window.location.href = "/GCLS-Personal/#/OrderPaySuccess";
} else {
window.location.href = res.pay_page_url;
}