From f358f667a292973618199b51552d61179181cf1d Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期三, 27 七月 2022 14:23:32 +0800 Subject: [PATCH] bug修复 --- src/views/operateManage/productManage/AddModel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/operateManage/productManage/AddModel.vue b/src/views/operateManage/productManage/AddModel.vue index 6fa5dab..1e05840 100644 --- a/src/views/operateManage/productManage/AddModel.vue +++ b/src/views/operateManage/productManage/AddModel.vue @@ -156,7 +156,7 @@ }); if (this.ruleForm.pic && this.ruleForm.pic.indexOf("/images") !== 0) { this.pic.push({ - url: "/httpImage/" + this.ruleForm.pic, + url: "http://" + this.ruleForm.pic, }); } else { this.pic.push({ -- Gitblit v1.8.0