From 66a74ea7126a5b97361b4d7b9d9520e3e25ede5b Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 12 六月 2024 17:36:26 +0800 Subject: [PATCH] feat:库管首页改版 --- api/globalApi.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index d808e61..4cb1232 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -119,6 +119,10 @@ url: '/wrzs/userOperation/yuYueList', method: 'GET' }, + driverYuYueList: { + url: '/wrzs/app/driver/yuYueAPPList', + method: 'GET' + }, //棰勭害 // yuYue: { @@ -561,11 +565,11 @@ * @description 鎴戞潵閫佽揣 */ myDelivery:{ - url: '/wrzs/jhorderplan/myDelivery', + url: '/wrzs/jhorderplan', method: 'GET' }, saveMyDelivery: { - url: '/wrzs/tmtaskcoal/saveMyDelivery', + url: '/wrzs/app/driver/saveMyDelivery', methods: 'POST' }, getCheckTaskCoal:{ -- Gitblit v1.9.1