From bc14d17385fdf825b0ef4a7b4fa8fadee8e57287 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 28 二月 2025 10:03:21 +0800 Subject: [PATCH] feat:代码遗漏提交 --- api/globalApi.js | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 5109c00..da68aa3 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -564,6 +564,32 @@ url:'/wrzs/tmtaskcoal/updateInspectionStatus', method: 'PUT' }, + //鑾峰彇浜岀淮鐮� + showQRCode:{ + url:'/wrzs/api/showQRCode', + method: 'GET' + }, + //鐢靛瓙纾呭崟涓嬭浇 + downLoadTm:{ + url:'/wrzs/e-task', + method: 'GET' + }, + //鏌ヨ闇�瑕佷娇鐢ㄧ數瀛愮鍗曠殑鐭� + getIsOpenTm:{ + url:'/dict/type/app_tmorder_use', + method: 'GET' + }, + //鏌ヨ闂ㄥ矖闇�鏀捐鐨勫崟瀛� + gateAuth:{ + url:'/wrzs/gateAuth/page', + method: 'GET' + }, + gateAuthPass:{ + url:'/wrzs/gateAuth/pass', + method: 'GET' + } + + } \ No newline at end of file -- Gitblit v1.9.1