From 7ed2a032d0724e68aec8af940f2ce0023a9f0eb7 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期三, 15 四月 2026 09:27:51 +0800
Subject: [PATCH] 修改调度单年月日

---
 ui/car_wx_app/config.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ui/car_wx_app/config.js b/ui/car_wx_app/config.js
index 26732af..4e9f179 100644
--- a/ui/car_wx_app/config.js
+++ b/ui/car_wx_app/config.js
@@ -1,10 +1,12 @@
 const host = 'https://tmsapi.ygalogisticspark.com/api/';
 //const host = 'http://61.143.42.70:7010/cwgltest-api/';
-//const host = 'http://127.0.0.1:8060/';
+//const host = 'http://192.168.1.92:8060/';
 // const host = 'https://jyjyapi.ygalogisticspark.com/api2/zhfw/api/third';
 const imageUrlYL = 'http://localhost:8080';
+const aliOssUrl = 'https://huichang-tms.oss-cn-hongkong.aliyuncs.com';
+const mapApiKey = 'fdb2d2e64ffc9254045935d3227d5cd9';
 const config = {
-    host,imageUrlYL,
+    host,imageUrlYL,aliOssUrl,mapApiKey,
     title: '浜ゆ帶闆嗗洟鏅烘収鐗╂祦璋冨害骞冲彴'
 }
 

--
Gitblit v1.8.0