From f46eb243908e145da448f65bffb8ba17197d9164 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 25 九月 2023 16:10:12 +0800
Subject: [PATCH] 增加详情原发信息 增加装卸员下拉刷新 修改诸多问题 优化websocket

---
 components/card/card.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/card/card.vue b/components/card/card.vue
index 0865234..4dd5b4f 100644
--- a/components/card/card.vue
+++ b/components/card/card.vue
@@ -4,10 +4,10 @@
 		:style="{
 			background:
 				backgroundType == 0
-					? 'url(https://hesuancj.cn:9095/appimg/image/background/customer-blue.png) no-repeat'
+					? 'url(https://mx.jzeg.cn:9095/appimg/image/background/customer-blue.png) no-repeat'
 					: backgroundType == 1
-					? 'url(https://hesuancj.cn:9095/appimg/image/background/huoDai.png) no-repeat'
-					: 'url(https://hesuancj.cn:9095/appimg/image/background/driver.png) no-repeat',
+					? 'url(https://mx.jzeg.cn:9095/appimg/image/background/huoDai.png) no-repeat'
+					: 'url(https://mx.jzeg.cn:9095/appimg/image/background/driver.png) no-repeat',
 			backgroundSize: '100% 100%'
 		}"
 	>

--
Gitblit v1.9.1