From 629149c97e87e3645dab31787f8ac787f4ddddfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 28 Feb 2023 14:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=BD=E5=8A=9B=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E7=89=87=E5=8F=96=E5=80=BC=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=83=A8=E5=88=86console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 +---- src/bg-ui/bg-code-editor.vue | 1 - src/bg-ui/bg-detail-table.vue | 2 -- src/bg-ui/bg-table-btns2.vue | 3 --- src/bg-ui/bg-upload-image.vue | 2 -- src/components/ability-card.vue | 2 +- src/components/bg-menu.vue | 2 -- src/main.js | 3 --- src/msg-sdk/index.js | 1 - src/msg-sdk/lib/msg.vue | 4 ---- src/page/main/home-config/banner/edit/banner-form.vue | 1 - src/page/main/system/organization/org-detail/index.vue | 1 - src/page/main/system/organization/tree.vue | 1 - src/page/main/system/role/index.vue | 3 --- src/router/function.js | 4 ---- src/router/index.js | 4 ---- vite.config.js | 1 - 17 files changed, 2 insertions(+), 38 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9de6964..cc74008 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 d239f2c..4683c9c 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 ab0af92..8926de4 100644 --- a/src/bg-ui/bg-detail-table.vue +++ b/src/bg-ui/bg-detail-table.vue @@ -43,7 +43,6 @@