yangan
2024-11-28 632ec4d79e1591b85c1f4eedebb13afcdd56f4a9
fix:修改地址
1个文件已修改
6 ■■■■ 已修改文件
manifest.json 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -100,7 +100,7 @@
            "disableHostCheck" : true,
            "proxy" : {
                "/admin" : {
                    "target" : "http://192.168.0.66:9999",
                    "target" : "https://wrzs.czjlchem.com:9090",
                    "changeOrigin" : true,
                    "secure" : true,
                    "ws" : false, // 需要websocket 开启
@@ -109,7 +109,7 @@
                    }
                },
                "/gen" : {
                    "target" :  "http://192.168.0.66:9999",
                    "target" :  "https://wrzs.czjlchem.com:9090",
                    "changeOrigin" : true,
                    "secure" : true,
                    "ws" : false, // 需要websocket 开启
@@ -118,7 +118,7 @@
                    }
                },
                "/wrzs" : {
                    "target" :  "http://192.168.0.66:9896",
                    "target" :  "https://wrzs.czjlchem.com:9090",
                    "changeOrigin" : true,
                    "secure" : true,
                    "ws" : true, // 需要websocket 开启