From 0e948e41dba75cf06e8abfec705745bf995686f9 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Fri, 3 Jul 2020 10:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BAfixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/app_build.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/workbench/app_build.vue b/src/pages/workbench/app_build.vue index e07f1bb..d4e1192 100644 --- a/src/pages/workbench/app_build.vue +++ b/src/pages/workbench/app_build.vue @@ -469,14 +469,14 @@ export default { this.$refs.dialog.show(); }, goToStep1() { - if (this.image_total > 0) { - this.nextStep(); - } else { + // if (this.image_total > 0) { + this.nextStep(); + /* } else { this.$message({ message: `您尚未上传任何镜像`, type: "warning", }); - } + } */ }, goToStep2(formName) { this.$refs[formName].validate((valid) => { -- 2.26.0