宁夏大屏跳转链接
This commit is contained in:
parent
4e397af959
commit
0ce4cc37be
|
|
@ -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接口,需要配置这个参数
|
||||||
|
|
|
||||||
|
|
@ -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'); // 产线
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue