From a77a4dc41717f90fdd94121963897c06ec8fe14e Mon Sep 17 00:00:00 2001 From: jingrow Date: Tue, 29 Jul 2025 18:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E4=BB=98=E6=AC=BE=E6=88=90=E5=8A=9F=E5=90=8E30=E7=A7=92?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B7=B3=E8=BD=AC=E5=88=B0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/pages/NewJsiteServer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src2/pages/NewJsiteServer.vue b/dashboard/src2/pages/NewJsiteServer.vue index 2c0f9ee..03c29b1 100644 --- a/dashboard/src2/pages/NewJsiteServer.vue +++ b/dashboard/src2/pages/NewJsiteServer.vue @@ -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); } } };