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 | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/manifest.json b/manifest.json
index c39ac19..e54b9fa 100644
--- a/manifest.json
+++ b/manifest.json
@@ -91,10 +91,14 @@
"proxy" : {
"/api" : {
// "target" : "http://www.qdopo.com:9095",
- // "target": "http://192.168.100.10:8080",
- // "target" : "http://localhost:8080",
- "target" : "https://opo.qduh.cn:443",
- "changeOrigin" : true
+ // "target" : "http://192.168.76.25:9095",
+ "target": "http://192.168.100.10:8080",
+ // "target" : "http://localhost:9095",
+ // "target" : "https://opo.qduh.cn:443",
+ "changeOrigin" : true,
+ "pathRewrite" : {
+ "^/api" : ""
+ }
}
}
}
--
Gitblit v1.9.3