fix: 修改编辑 chart-topo的相关问题 以及改回config.json的路径

This commit is contained in:
zhangyu
2021-06-29 16:36:53 +08:00
parent 1d59f77117
commit 3a414f89a0
3 changed files with 5 additions and 3 deletions

View File

@@ -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>

View File

@@ -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()
}) })

View File

@@ -1 +1 @@
{"baseUrl":"http://192.168.40.42:8080/nz-admin/", "version": "21.04"} {"baseUrl":"/", "version": "21.04"}