新建服务器付款成功后30秒自动跳转到服务器列表页
This commit is contained in:
parent
660c7f499e
commit
a77a4dc417
@ -436,7 +436,7 @@ export default {
|
|||||||
// 支付成功后跳转到服务器列表
|
// 支付成功后跳转到服务器列表
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$router.push('/jsite-servers');
|
this.$router.push('/jsite-servers');
|
||||||
}, 2000);
|
}, 30000);
|
||||||
},
|
},
|
||||||
onError(error) {
|
onError(error) {
|
||||||
this.error = error.message || '余额支付处理失败';
|
this.error = error.message || '余额支付处理失败';
|
||||||
@ -519,7 +519,7 @@ export default {
|
|||||||
// 支付成功后跳转到服务器列表
|
// 支付成功后跳转到服务器列表
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$router.push('/jsite-servers');
|
this.$router.push('/jsite-servers');
|
||||||
}, 2000);
|
}, 30000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user