From b041fdf28a8935137c2efa7024cf3451d4375351 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 15 十二月 2025 13:08:32 +0800
Subject: [PATCH] 检查更新
---
common/http.api.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/common/http.api.js b/common/http.api.js
index 4359fce..328b598 100644
--- a/common/http.api.js
+++ b/common/http.api.js
@@ -15,7 +15,10 @@
'&code=' + params.code + '&grant_type=mobile', {}, header),
sendCode: (params = {}, header = {}) => vm.$u.get('/admin/mobile/' + params.mobile, {}, header),
logout: (params = {}) => vm.$u.delete('/auth/token/logout', params),
-
+ // 妫�鏌ユ洿鏂�
+ checkUpdate: (params = {}) => vm.$u.get('/mes/downloadPda/check?currentVersion=' + params.currentVersion),
+ // 涓嬭浇鏈�鏂板畨瑁呭寘
+ downloadPda: (params = {}) => vm.$u.get('/mes/downloadPda', params),
// 瀛楀吀
dictData: (params = {}) => vm.$u.get('/admin/dict/type/' + params.dictType),
--
Gitblit v1.9.3