From 5071cbf55bd73b6d7bb61421fe618666c537a4e2 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 19 十月 2023 09:34:43 +0800 Subject: [PATCH] 司机增加退单功能 增加积分功能 其他页面修改 --- pages/public-page/mapRoute/mapRoute.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/public-page/mapRoute/mapRoute.vue b/pages/public-page/mapRoute/mapRoute.vue index 996618c..195d3f0 100644 --- a/pages/public-page/mapRoute/mapRoute.vue +++ b/pages/public-page/mapRoute/mapRoute.vue @@ -47,7 +47,7 @@ markers: [{ latitude: null, longitude: null, - iconPath: 'https://mx.jzeg.cn:9095/appimg/image/banner/location.png', + iconPath: 'https://mx.jzeg.cn:9096/appimg/image/banner/location.png', width: 23, height: 33, id: 0, @@ -64,7 +64,7 @@ { latitude: null, longitude: null, - iconPath: 'https://mx.jzeg.cn:9095/appimg/image/banner/location.png', + iconPath: 'https://mx.jzeg.cn:9096/appimg/image/banner/location.png', width: 23, height: 33, id: 1, -- Gitblit v1.9.1