From a81840024760c5919cbb49eb9f21a91b5f10bf99 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 24 一月 2024 09:07:07 +0800 Subject: [PATCH] feat:司机端首页更新 --- api/globalApi.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 081216d..096e32f 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -429,4 +429,24 @@ url: '/wrzs/jcproduct/getSpec', method: 'GET' }, + /** + * @description 鑾峰彇鐧诲綍鏃ュ織 濡傛灉绗竴娆$櫥褰� 灏卞己鍒舵墦寮�鏂版墜鎸囧紩 */ + getLogOn: { + url: 'admin/log/getLogOn', + method: 'GET' + }, + /** + * @description 鎵撳嵃纾呭崟 */ + // handler + printerHandler:{ + url: '/wrzs/printer/handler1', + method: 'GET' + }, + /** + * @description 閫氱煡鍒楄〃 */ + noticeList:{ + url: '/wrzs/message/notice/page', + method: 'GET' + } + } \ No newline at end of file -- Gitblit v1.9.1