From 05e6b08007a86b5b10c680babc9c3bcc3a1a201b Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 27 十二月 2025 10:49:00 +0800
Subject: [PATCH] 上报转运单部分数据接入
---
manifest.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/manifest.json b/manifest.json
index 16cd148..cae0f2c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -73,7 +73,7 @@
"disableHostCheck" : true,
"proxy" : {
"/api" : {
- "target" : "http://192.168.100.10:8080",
+ "target" : "http://localhost:8080",
"changeOrigin" : true
}
}
--
Gitblit v1.9.3