|
@@ -45,7 +45,6 @@ const store = new Vuex.Store({
|
|
isEditing: state => state.isEditing,
|
|
isEditing: state => state.isEditing,
|
|
info: state => state.info,
|
|
info: state => state.info,
|
|
catalogTopology: (state) => {
|
|
catalogTopology: (state) => {
|
|
- console.log('触发计算catalogTopology');
|
|
|
|
if (!state.info) {
|
|
if (!state.info) {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -178,7 +177,6 @@ const store = new Vuex.Store({
|
|
state.editorNavDragInfo.node = data
|
|
state.editorNavDragInfo.node = data
|
|
},
|
|
},
|
|
clearEditorNavDragInfo(state) {
|
|
clearEditorNavDragInfo(state) {
|
|
- console.log('clear drag info...');
|
|
|
|
state.editorNavDragInfo.type = ''
|
|
state.editorNavDragInfo.type = ''
|
|
state.editorNavDragInfo.node = {}
|
|
state.editorNavDragInfo.node = {}
|
|
}
|
|
}
|