From a36944460ea97b918e6a0426d6c8a1961b3ac039 Mon Sep 17 00:00:00 2001 From: tk Date: Mon, 8 Jul 2024 17:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=09=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afix=20=E3=80=90=E4=B8=BB=09=E9=A2=98=E3=80=91=EF=BC=9A?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E9=A3=9E=E6=9C=BA=E5=AF=B9=E8=B1=A1=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=AD=98=E5=9C=A8=E4=B8=8D=E4=B8=A5=E8=B0=A8=20?= =?UTF-8?q?=E3=80=90=E6=8F=8F=09=E8=BF=B0=E3=80=91=EF=BC=9A=20=09[?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0]=EF=BC=9A=E5=8F=AA=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=B8=BA=E7=A9=BA=20=E4=B8=8D=E4=B8=A5?= =?UTF-8?q?=E8=B0=A8=20=09[=E8=BF=87=E7=A8=8B]=EF=BC=9A=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E5=88=A4=E6=96=ADif(this.plane)=20=09[=E5=BD=B1=E5=93=8D]?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E7=BB=93=09=E6=9D=9F=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- src/views/layout/components/main/planes/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/layout/components/main/planes/index.vue b/src/views/layout/components/main/planes/index.vue index d001dbb..ab80a62 100644 --- a/src/views/layout/components/main/planes/index.vue +++ b/src/views/layout/components/main/planes/index.vue @@ -92,8 +92,8 @@ export default { } }, mounted () { - if (this.plane !== undefined) { - this.makePlane(this.plane)// 创建飞机图标 + if (this.plane) { + this.makePlane(this.plane) // 创建飞机图标 } }, watch: {