fix:移除无用调试打印代码
This commit is contained in:
@ -104,9 +104,6 @@ export const useSchemeStore = defineStore('scheme', {
|
|||||||
popFromStack(this.selectedComponentStack);
|
popFromStack(this.selectedComponentStack);
|
||||||
const preComponentId = topFromStack(this.selectedComponentStack);
|
const preComponentId = topFromStack(this.selectedComponentStack);
|
||||||
this.nowComponentsData = this.getSchemeObj(preComponentId || '');
|
this.nowComponentsData = this.getSchemeObj(preComponentId || '');
|
||||||
console.log("删除后,栈", this.selectedComponentStack);
|
|
||||||
console.log("删除后,前一个组件id", preComponentId);
|
|
||||||
console.log("删除后,前一个组件", this.nowComponentsData);
|
|
||||||
},
|
},
|
||||||
cleanupReferences(id: string) {
|
cleanupReferences(id: string) {
|
||||||
// 清理 nowComponentsData
|
// 清理 nowComponentsData
|
||||||
|
|||||||
Reference in New Issue
Block a user