修改大屏url
This commit is contained in:
parent
0079017e4d
commit
9927d76069
@ -455,7 +455,12 @@ export default {
|
|||||||
}
|
}
|
||||||
getProjectDetail(data).then(res => {
|
getProjectDetail(data).then(res => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
if (res.result.newBigScreen) {
|
||||||
this.getNewBigScreen = res.result.newBigScreen
|
this.getNewBigScreen = res.result.newBigScreen
|
||||||
|
}else{
|
||||||
|
this.getNewBigScreen = /bigscreen
|
||||||
|
}
|
||||||
|
|
||||||
console.log('接口获取数据看板地址', this.getNewBigScreen)
|
console.log('接口获取数据看板地址', this.getNewBigScreen)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user