From 47ef5b23c6ff85b210d11387afefa6c30355bc11 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 13 九月 2024 17:20:25 +0800
Subject: [PATCH] feat:司机接单页面增加编号显示

---
 pages/quality-inspection-page/qualityIndex/qualityIndex.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/quality-inspection-page/qualityIndex/qualityIndex.vue b/pages/quality-inspection-page/qualityIndex/qualityIndex.vue
index ed1f32c..9d66ea4 100644
--- a/pages/quality-inspection-page/qualityIndex/qualityIndex.vue
+++ b/pages/quality-inspection-page/qualityIndex/qualityIndex.vue
@@ -105,7 +105,7 @@
   .wait-collection {
     width: calc(100% - 40rpx);
     height: 350rpx;
-    background: url("../../../static/image/quality/quality-banner.png") no-repeat center;
+    background: url("https://wrzs.czjlchem.com:9090/appimg/image/banner/quality-banner.png") no-repeat center;
     background-size: 100% 100%;
     display: flex;
     align-items: center;

--
Gitblit v1.9.1