Commit 158bff00 authored by lichunliang's avatar lichunliang

fix:首页更换video视频播放

parent e48297f3
This diff is collapsed.
...@@ -48,12 +48,13 @@ module.exports = { ...@@ -48,12 +48,13 @@ module.exports = {
}, },
'/proxy-iframe': { '/proxy-iframe': {
target: 'http://192.168.2.22:5000', // 替换为实际目标地址 // target: 'http://192.168.2.22:5000', // 替换为实际目标地址
target: 'http://192.168.2.23:8080', // 替换为实际目标地址
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/proxy-iframe': '' // 替换为实际路径前缀 '^/proxy-iframe': '' // 替换为实际路径前缀
} }
} },
}, },
disableHostCheck: true disableHostCheck: true
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment