From e067f714c0588407b1c20ddd6b7af3b2043e35f8 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 29 九月 2025 11:29:43 +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