From 4d6b25bf2f8ef337bf7bf9b22a31b0bade6abd18 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 24 八月 2026 09:26:12 +0800
Subject: [PATCH] opo维护
---
manifest.json | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index 4c9bcd6..e54b9fa 100644
--- a/manifest.json
+++ b/manifest.json
@@ -92,10 +92,13 @@
"/api" : {
// "target" : "http://www.qdopo.com:9095",
// "target" : "http://192.168.76.25:9095",
- // "target": "http://192.168.100.10:8080",
+ "target": "http://192.168.100.10:8080",
// "target" : "http://localhost:9095",
- "target" : "https://opo.qduh.cn:443",
- "changeOrigin" : true
+ // "target" : "https://opo.qduh.cn:443",
+ "changeOrigin" : true,
+ "pathRewrite" : {
+ "^/api" : ""
+ }
}
}
}
--
Gitblit v1.9.3