From fa70a33de1b0f38a2c9d7ce9c8e9d75a0ae52da2 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 4 Jun 2021 14:35:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E6=8E=89=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E5=89=8D=E6=AE=B5=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/AttrList.vue | 2 +- frontend/src/components/canvas/components/Editor/index.vue | 6 +++--- .../panel/SubjectSetting/PanelStyle/BackgroundSelector.vue | 2 +- .../SubjectSetting/PreSubject/SubjectTemplateItemback.vue | 2 +- frontend/src/views/system/authority/authConfig.vue | 4 ++-- frontend/src/views/system/authority/authQuickConfig.vue | 4 ++-- frontend/src/views/system/authority/index.vue | 2 +- frontend/src/views/system/plugin/dynamic.vue | 2 +- frontend/src/views/system/user/form.vue | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/canvas/components/AttrList.vue b/frontend/src/components/canvas/components/AttrList.vue index e0c2f6c041..5f7a7cd829 100644 --- a/frontend/src/components/canvas/components/AttrList.vue +++ b/frontend/src/components/canvas/components/AttrList.vue @@ -108,7 +108,7 @@ export default { }, computed: { styleKeys() { - console.log(this.$store.state.curComponent.style) + // console.log(this.$store.state.curComponent.style) return this.$store.state.curComponent ? Object.keys(this.$store.state.curComponent.style) : [] }, curComponent() { diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index 1f1024e2d3..e4d294350e 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -152,7 +152,7 @@ export default { width: this.format(this.canvasStyleData.width, this.scaleWidth) + 'px', height: this.format(this.canvasStyleData.height, this.scaleHeight) + 'px' } - console.log('customStyle=>' + JSON.stringify(style)) + // console.log('customStyle=>' + JSON.stringify(style)) if (this.canvasStyleData.openCommonStyle) { if (this.canvasStyleData.panel.backgroundType === 'image' && this.canvasStyleData.panel.imageUrl) { @@ -401,7 +401,7 @@ export default { }, filterValueChange(value) { - console.log('emit:' + value) + // console.log('emit:' + value) }, setConditionValue(obj) { @@ -432,7 +432,7 @@ export default { this.executeSearch() }, executeSearch() { - console.log('当前查询条件是: ' + JSON.stringify(this.conditions)) + // console.log('当前查询条件是: ' + JSON.stringify(this.conditions)) }, format(value, scale) { // 自适应画布区域 返回原值 diff --git a/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue b/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue index e48ecd3e0b..6df37ee2cf 100644 --- a/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue +++ b/frontend/src/views/panel/SubjectSetting/PanelStyle/BackgroundSelector.vue @@ -106,7 +106,7 @@ export default { reader.readAsDataURL(file.raw) }, upload(file) { - console.log('this is upload') + // console.log('this is upload') } } } diff --git a/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItemback.vue b/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItemback.vue index 48d10f091a..eb6d94f9cd 100644 --- a/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItemback.vue +++ b/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItemback.vue @@ -168,7 +168,7 @@ export default { this.$emit('templateEdit', this.template) }, handleDelete() { - console.log('handleDelete') + // console.log('handleDelete') } } } diff --git a/frontend/src/views/system/authority/authConfig.vue b/frontend/src/views/system/authority/authConfig.vue index 8ce807b420..12ce228da3 100644 --- a/frontend/src/views/system/authority/authConfig.vue +++ b/frontend/src/views/system/authority/authConfig.vue @@ -170,11 +170,11 @@ export default { this.$emit('close-grant', 0) }, authNodeClick(val) { - console.log('authNodeClick') + // console.log('authNodeClick') this.authCondition = val }, clickAuth(auth) { - console.log('clickAuth') + // console.log('clickAuth') } } } diff --git a/frontend/src/views/system/authority/authQuickConfig.vue b/frontend/src/views/system/authority/authQuickConfig.vue index 8932f5c577..50f91aa358 100644 --- a/frontend/src/views/system/authority/authQuickConfig.vue +++ b/frontend/src/views/system/authority/authQuickConfig.vue @@ -147,11 +147,11 @@ export default { this.$emit('close-grant', 0) }, authNodeClick(val) { - console.log('authNodeClick') + // console.log('authNodeClick') this.authCondition = val }, clickAuth(auth) { - console.log('clickAuth') + // console.log('clickAuth') } } } diff --git a/frontend/src/views/system/authority/index.vue b/frontend/src/views/system/authority/index.vue index 06e6e401ac..3cafd0496e 100644 --- a/frontend/src/views/system/authority/index.vue +++ b/frontend/src/views/system/authority/index.vue @@ -32,7 +32,7 @@ export default { }, methods: { handleClick() { - console.log('===>handleClick') + // console.log('===>handleClick') } } diff --git a/frontend/src/views/system/plugin/dynamic.vue b/frontend/src/views/system/plugin/dynamic.vue index 44e9dcfd32..785b7a5597 100644 --- a/frontend/src/views/system/plugin/dynamic.vue +++ b/frontend/src/views/system/plugin/dynamic.vue @@ -51,7 +51,7 @@ export default { created() { if (this.jsname && this.menuid) { this.showAsync = true - console.log(this.jsname) + // console.log(this.jsname) this.url = this.baseUrl + this.menuid // this.url = 'http://localhost:8081/PluginDemo.js' // this.url = 'http://localhost:8081/SystemParam.js' diff --git a/frontend/src/views/system/user/form.vue b/frontend/src/views/system/user/form.vue index 305c8d6fb1..48eaa4c78f 100644 --- a/frontend/src/views/system/user/form.vue +++ b/frontend/src/views/system/user/form.vue @@ -181,7 +181,7 @@ export default { this.depts = null this.formType = 'add' this.form = Object.assign({}, this.defaultForm) - console.log(this.form) + // console.log(this.form) }, edit(row) { this.depts = null