Add ACL settings for app configure
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
} else if (this.iconUrl) { // current icon
|
||||
return API_ORIGIN + this.iconUrl;
|
||||
} else {
|
||||
return API_ORIGIN + 'img/appicon_fallback.png';
|
||||
return API_ORIGIN + '/img/appicon_fallback.png';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user