From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 05 二月 2024 09:40:43 +0800 Subject: [PATCH] Mr.Shi --- company/src/views/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/company/src/views/index.vue b/company/src/views/index.vue index f61386e..86c30d9 100644 --- a/company/src/views/index.vue +++ b/company/src/views/index.vue @@ -242,7 +242,7 @@ } window.timer = setInterval(() => { that.initLoadData() - }, 6000) + }, 60000) }, initLoadData(){ var pemissons = this.userInfo.permissions -- Gitblit v1.9.3