From 5841a771d4455d25adb185b8a0637c9ba498aab2 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 21 十月 2025 15:37:54 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
---
pda/App.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pda/App.vue b/pda/App.vue
index 998c1bd..78a42ad 100644
--- a/pda/App.vue
+++ b/pda/App.vue
@@ -8,7 +8,7 @@
getUserInfo().then(ress => {
console.log(ress.data)
})
- },15000);
+ },60000 );
},
onShow: function () {
console.log('App Show')
--
Gitblit v1.9.3