zhangxiao
2024-08-12 6352c33a2dfee1ff939a72335d6e788550b65baf
src/views/dmx/knowledgeLib/config.vue
@@ -18,7 +18,7 @@
                v-if="avatarShow"
                :action="uploadAction"
                :limit="1"
                :url="httpUrl + form.avatar"
                :url="form.avatar ? httpUrl + form.avatar : ''"
                @update:fileList="updateFileList"
                @success="handleSuccess"
              ></Upload>