main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit a77a4dc417 - Show all commits

View File

@ -436,7 +436,7 @@ export default {
//
setTimeout(() => {
this.$router.push('/jsite-servers');
}, 2000);
}, 30000);
},
onError(error) {
this.error = error.message || '余额支付处理失败';
@ -519,7 +519,7 @@ export default {
//
setTimeout(() => {
this.$router.push('/jsite-servers');
}, 2000);
}, 30000);
}
}
};