From 4e77e01f068e8ea2ec914698aa55fcf369afc919 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 15 五月 2023 11:17:25 +0800 Subject: [PATCH] 司机首页修改 --- api/globalApi.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 4efd156..5ec62f6 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -347,5 +347,12 @@ appSave: { url: '/wrzs/userentity/appSave', method: 'POST' + }, + /** + @description 鍙告満棣栭〉鐐瑰嚮鍦板浘icon鑾峰彇缁忕含搴� + */ + getAppLocation: { + url: '/wrzs/userOperation/getAppLocation', + method: 'GET' } } -- Gitblit v1.9.1