fix: 修改编辑 chart-topo的相关问题 以及改回config.json的路径
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<loading :ref="'localLoadingScreen'+chartIndex"></loading>
|
<loading :ref="'localLoadingScreen'+chartIndex"></loading>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
<span class="vue-resizable-handle" @mousedown="startResize" v-if="!isLock"></span>
|
<span class="vue-resizable-handle" @mousedown="startResize" v-if="!isLock" :fromChart="true"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -686,7 +686,9 @@ export default {
|
|||||||
}
|
}
|
||||||
getTopology(this.topologyIndex).lock(1)
|
getTopology(this.topologyIndex).lock(1)
|
||||||
if (this.fromTopologyDialog && !this.isPreview) {
|
if (this.fromTopologyDialog && !this.isPreview) {
|
||||||
this.editTopology()
|
setTimeout(() => {
|
||||||
|
this.editTopology()
|
||||||
|
}, 100)
|
||||||
}
|
}
|
||||||
resolve()
|
resolve()
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"baseUrl":"http://192.168.40.42:8080/nz-admin/", "version": "21.04"}
|
{"baseUrl":"/", "version": "21.04"}
|
||||||
|
|||||||
Reference in New Issue
Block a user