From 691cbf9350a6e98bfeb3cc2274906da75466bf1d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 22 九月 2023 09:08:16 +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