宁夏大屏跳转链接

This commit is contained in:
binbin_pan 2024-05-13 14:13:07 +08:00
parent 4e397af959
commit 0ce4cc37be
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ module.exports = {
'/screen': { '/screen': {
// target: 'http://112.29.103.165:21626',//重庆 // target: 'http://112.29.103.165:21626',//重庆
// target: 'http://192.168.0.14:21624',//测试 // target: 'http://192.168.0.14:21624',//测试
// target: 'http://112.29.103.165:21624/', //宁夏
target: 'http://10.40.92.138:28080', target: 'http://10.40.92.138:28080',
changeOrigin: true, changeOrigin: true,
// secure: true, //如果是https接口需要配置这个参数 // secure: true, //如果是https接口需要配置这个参数

View File

@ -17,6 +17,7 @@
methods: { methods: {
openNewWindow() { openNewWindow() {
window.open('http://192.168.0.14:21624/index01.html?token='+localStorage.getItem('token'), '_blank'); window.open('http://192.168.0.14:21624/index01.html?token='+localStorage.getItem('token'), '_blank');
// window.open('http://112.29.103.165:21624/index01.html?token='+localStorage.getItem('token'), '_blank'); // 线
} }
} }
}; };