uat #1
@ -455,8 +455,15 @@ export default {
|
|||||||
}
|
}
|
||||||
getProjectDetail(data).then(res => {
|
getProjectDetail(data).then(res => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
this.getNewBigScreen = res.result.newBigScreen
|
if (res.result.newBigScreen) {
|
||||||
console.log('接口获取数据看板地址', this.getNewBigScreen)
|
this.getNewBigScreen = res.result.newBigScreen
|
||||||
|
console.log('接口获取数据看板地址', this.getNewBigScreen)
|
||||||
|
}else{
|
||||||
|
this.getNewBigScreen = "/bigscreen/#/large"
|
||||||
|
console.log('获取默认地址', this.getNewBigScreen)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user