diff --git a/pages/Loading/index.vue b/pages/Loading/index.vue index 33a3b90..101844b 100644 --- a/pages/Loading/index.vue +++ b/pages/Loading/index.vue @@ -49,7 +49,7 @@ export default { // 注释下面一行,会停留在启动页 setTimeout(() => { this.toLaunch(); - }, 2000) + }, 5000) return; } cookie.get("spread");