From 70365bc3c9de75e16e959166728cc608f3664740 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 21 九月 2023 16:21:15 +0800
Subject: [PATCH] 属性对比
---
h5/manifest.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/h5/manifest.json b/h5/manifest.json
index fae0a9b..b8c114d 100644
--- a/h5/manifest.json
+++ b/h5/manifest.json
@@ -84,7 +84,8 @@
// "target" : "http://192.168.0.15:10022/",
// "target" : "https://dmtest.ahapp.net/",
"changeOrigin" : true,
- "secure" : false
+ "secure" : false,
+ "pathRewrite" : {"^/web_interface":""}
}
}
},
--
Gitblit v1.9.3