From 80562e9717cddd049c42434f8904fcafee3343d1 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 11 十二月 2024 14:13:08 +0800 Subject: [PATCH] feat:pvc拼单大于等于40提示 --- manifest.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7b87ed7..d8483b6 100644 --- a/manifest.json +++ b/manifest.json @@ -100,7 +100,7 @@ "disableHostCheck" : true, "proxy" : { "/admin" : { - "target" : "http://wrzs.czjlchem.com:9095/", + "target" : "https://wrzs.czjlchem.com:9090", "changeOrigin" : true, "secure" : true, "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� @@ -109,7 +109,7 @@ } }, "/gen" : { - "target" : "http://wrzs.czjlchem.com:9095/", + "target" : "https://wrzs.czjlchem.com:9090", "changeOrigin" : true, "secure" : true, "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� @@ -118,7 +118,7 @@ } }, "/wrzs" : { - "target" : "http://wrzs.czjlchem.com:9095/", + "target" : "https://wrzs.czjlchem.com:9090", "changeOrigin" : true, "secure" : true, "ws" : true, // 闇�瑕亀ebsocket 寮�鍚� -- Gitblit v1.9.1