From 7c62e7dc6afae4d2d6e3556e0c6788fa1c86e51c Mon Sep 17 00:00:00 2001
From: guyue <1721849008@qq.com>
Date: 星期一, 18 八月 2025 21:16:29 +0800
Subject: [PATCH] 司机关联线路

---
 ManagementOKTravel/guns-admin/src/main/webapp/static/js/track2.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ManagementOKTravel/guns-admin/src/main/webapp/static/js/track2.js b/ManagementOKTravel/guns-admin/src/main/webapp/static/js/track2.js
index 8040ac6..b4b0b7d 100644
--- a/ManagementOKTravel/guns-admin/src/main/webapp/static/js/track2.js
+++ b/ManagementOKTravel/guns-admin/src/main/webapp/static/js/track2.js
@@ -2407,7 +2407,7 @@
                 if ( source.mimeType === 'image/png' ) {
 
                     // Inspect the PNG 'IHDR' chunk to determine whether the image could have an
-                    // alpha channel. This check is conservative — the image could have an alpha
+                    // alpha channel. This check is conservative — the image could have an alpha
                     // channel with all values == 1, and the indexed type (colorType == 3) only
                     // sometimes contains alpha.
                     //

--
Gitblit v1.7.1