From 5e782ca0358af8a10998b5aa131af8b744f3ff0d Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 13 十二月 2024 15:58:01 +0800 Subject: [PATCH] feat:电子磅单司机下载历史 --- 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..8ac9bf8 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://mr1.res.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://mr1.res.jzeg.cn:9096/appimg/image/banner/location.png', width: 23, height: 33, id: 1, -- Gitblit v1.9.1