数据切换到正式环境

This commit is contained in:
仲么了
2023-08-30 18:52:58 +08:00
parent d61a1614f9
commit 05b28a17e7
16 changed files with 116 additions and 75 deletions

View File

@@ -271,7 +271,12 @@ export default {
queryTopologyDiagramPage({
projectId: this.formData.projectId,
}).then((res) => {
this.imageList = res.data.records
this.imageList = res.data.records.map(item=>{
return {
...item,
filePath: this.$config.static + item.filePath
}
})
this.activeGplot = 0
if (this.imageList.length) {
this.confirmGplot()