ZZJ
2022-07-14 2b99047683332624832c1dfcae596e957a710b7d
src/views/productDetail/components/UploadBox.vue
@@ -65,7 +65,7 @@
            <el-image
              class="preview"
              v-if="item.appendix"
              :src="`http://${item.appendix}`"
              :src="`/httpImage/${item.appendix}`"
              fit="contain"
            ></el-image>
            <el-upload
@@ -208,10 +208,16 @@
                  duration: 2500,
                  offset: 57,
                });
                if (this.$route.path === "/personalCenter") {
                  this.$emit("closeAll");
                  return;
                }
                this.$router.push({
                  path: "/personalCenter",
                  query: {
                    id: 1,
                    id: 0,
                  },
                });
              }
@@ -288,7 +294,7 @@
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: end;
    justify-content: flex-end;
    text-align: center;
    line-height: 40px;