线路功能上传图片命名调整

This commit is contained in:
fan 2023-02-21 10:56:38 +08:00
parent 9a04a38ac4
commit 80bb63a4a2

View File

@ -468,7 +468,7 @@ export default {
}
const params = {
directory:'funBg',
fileName:'favicon_' + this.ruleForm.templateName + '.' + fileType,
fileName:'favicon_' + this.ruleForm.name + this.$route.query.mapId + '.' + fileType,
method:'PUT'
};
const that = this;