diff --git a/src/views/systemMaintenance/menuManagement/index.vue b/src/views/systemMaintenance/menuManagement/index.vue index 0774283..6f842b4 100644 --- a/src/views/systemMaintenance/menuManagement/index.vue +++ b/src/views/systemMaintenance/menuManagement/index.vue @@ -295,9 +295,10 @@ export default { console.log(res, "res"); this.ruleForm = res.attribute; this.$nextTick(() => { + this.imageUrl = "" this.$refs.customForm.choiceAssignment(res.attribute); let menuIcon = res.attribute.menuIcon ? res.attribute.menuIcon : ""; - if (menuIcon) { + if (menuIcon && !menuIcon.includes("icon")) { this.getLogoUrl(menuIcon); } });