From 2abff3e21b11f6adedea585ec2818cc6492089c8 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Fri, 21 Apr 2023 09:56:14 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E5=85=B3=E9=97=AD=E6=96=B0?= =?UTF-8?q?=E7=89=B9=E6=80=A7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue index 40873d10..b5b0003c 100644 --- a/web/src/pages/Edit/components/Edit.vue +++ b/web/src/pages/Edit/components/Edit.vue @@ -111,7 +111,7 @@ export default { } }, mounted() { - this.showNewFeatureInfo() + // this.showNewFeatureInfo() this.getData() this.init() this.$bus.$on('execCommand', this.execCommand)