修改bug
This commit is contained in:
parent
9927d76069
commit
3f481bb902
@ -457,11 +457,13 @@ export default {
|
||||
if (res.result) {
|
||||
if (res.result.newBigScreen) {
|
||||
this.getNewBigScreen = res.result.newBigScreen
|
||||
console.log('接口获取数据看板地址', this.getNewBigScreen)
|
||||
}else{
|
||||
this.getNewBigScreen = /bigscreen
|
||||
this.getNewBigScreen = "/bigscreen"
|
||||
console.log('获取默认地址', this.getNewBigScreen)
|
||||
}
|
||||
|
||||
console.log('接口获取数据看板地址', this.getNewBigScreen)
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user