From f46eb243908e145da448f65bffb8ba17197d9164 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 25 九月 2023 16:10:12 +0800 Subject: [PATCH] 增加详情原发信息 增加装卸员下拉刷新 修改诸多问题 优化websocket --- api/globalApi.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 18f1c8d..64b4925 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -442,5 +442,12 @@ getFiledIdCoalBunker: { url: '/wrzs/jccoalbunker/getFiledIdCoalBunker', method: 'GET' + }, + /** + * @description 鏂板澶栬喘鍘熷彂纾呭崟琛� + */ + appSaveContact: { + url: '/wrzs/tmtaskcoalcontact/appSave', + method: 'POST' } } \ No newline at end of file -- Gitblit v1.9.1