From 44dd2c7c73d5fead948902cad2695ae30d4620e2 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 24 十月 2024 09:50:29 +0800 Subject: [PATCH] 大屏 --- h5_meeting/manifest.json | 44 +++++++++++++++++++++++--------------------- 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/h5_meeting/manifest.json b/h5_meeting/manifest.json index 376b116..8c272f0 100644 --- a/h5_meeting/manifest.json +++ b/h5_meeting/manifest.json @@ -85,26 +85,28 @@ } } }, - "h5": { - "router": { - "mode": "hash", - "base": "./" - }, - "devServer": { - "port": 8091, - "historyApiFallback": true, - "disableHostCheck": true, - "proxy": { - "/gateway_interface": { - "target" : "http://10.50.250.253:8088/gateway_interface", // 浠g悊鏈嶅姟鍣ㄥ煙鍚嶆垨IP鍦板潃 - "changeOrigin": true, // 鍏佽璺ㄥ煙 - "pathRewrite": { - "^/gateway_interface": "" - } - } - }, - "https": false - } + "h5" : { + "router" : { + "mode" : "hash", + "base" : "./" + }, + "devServer" : { + "port" : 8091, + "historyApiFallback" : true, + "disableHostCheck" : true, + "proxy" : { + "/gateway_interface" : { + // "target" : "http://10.50.250.253:8088/gateway_interface", // 浠g悊鏈嶅姟鍣ㄥ煙鍚嶆垨IP鍦板潃 + // "target" : "http://192.168.0.173/gateway_interface", // 浠g悊鏈嶅姟鍣ㄥ煙鍚嶆垨IP鍦板潃 + "target" : "http://192.168.0.173/gateway_interface", // 浠g悊鏈嶅姟鍣ㄥ煙鍚嶆垨IP鍦板潃 + "changeOrigin" : true, // 鍏佽璺ㄥ煙 + "pathRewrite" : { + "^/gateway_interface" : "" + } + } + }, + "https" : false + } }, /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */ "quickapp" : {}, @@ -128,5 +130,5 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "3" + "vueVersion" : "2" } -- Gitblit v1.9.3