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