diff --git a/src/App.vue b/src/App.vue index 9de696462cba180d2fd000aa0265bdabf5db1101..cc74008905b1f4ae2a59afbf0a98b36ed348a413 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,9 +62,6 @@ export default { }, nowParent(){ if(this.pageShow&&this.$store.state.userInfo){ - // console.log(2222222) - // console.log(this.navMenu) - // console.log(this.rowPath) return this.rowPath?this.navMenu[this.rowPath.slice(1,2)]:'' }else{ @@ -140,7 +137,7 @@ export default { return pathArr.includes(this.$route.path) }, ada(){ - console.log(12312); + } } } diff --git a/src/bg-ui/bg-code-editor.vue b/src/bg-ui/bg-code-editor.vue index d239f2c16c478357b56f48ccfaa3344a9790966b..4683c9c12a347748c00b7c4fd38a921c01cd7e84 100644 --- a/src/bg-ui/bg-code-editor.vue +++ b/src/bg-ui/bg-code-editor.vue @@ -85,7 +85,6 @@ const codeChange = () => { onMounted(() => { let obj = ""; - // console.log(typeof JSON.parse(this.datas)); try { if (typeof JSON.parse(props.modelValue) == "object") { obj = JSON.stringify(JSON.parse(props.modelValue), null, "\t"); diff --git a/src/bg-ui/bg-detail-table.vue b/src/bg-ui/bg-detail-table.vue index ab0af920f619697f369a0f220e0ac513268d0959..8926de43f076e649223821c20a6c2f0248764505 100644 --- a/src/bg-ui/bg-detail-table.vue +++ b/src/bg-ui/bg-detail-table.vue @@ -43,7 +43,6 @@