数据切换到正式环境
This commit is contained in:
@@ -249,7 +249,7 @@ export default {
|
||||
return {
|
||||
name: item.name,
|
||||
extname: 'img',
|
||||
url: item.filePath,
|
||||
url: this.$config.static + item.filePath,
|
||||
...item,
|
||||
}
|
||||
})
|
||||
@@ -297,6 +297,9 @@ export default {
|
||||
}, 1000)
|
||||
console.log(option.project)
|
||||
this.project = JSON.parse(decodeURIComponent(option.project))
|
||||
this.project.topologyDiagramPaths.forEach(item=>{
|
||||
item.filePath = this.$config.static + item.filePath
|
||||
})
|
||||
this.init()
|
||||
// uni.setNavigationBarTitle({ title: this.project })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user