things
This commit is contained in:
@@ -69,6 +69,7 @@ namespace zero.Web
|
||||
config.AppId = Context.AppId;
|
||||
//config.SharedAppId = Constants.Database.SharedAppId; // TODO appx
|
||||
config.Icons = CreateIconSets();
|
||||
config.MultiApps = Options.Applications.EnableMultiple;
|
||||
|
||||
BackofficeUser user = await AuthenticationApi.GetUser();
|
||||
|
||||
@@ -451,6 +452,8 @@ namespace zero.Web
|
||||
|
||||
public string AppId { get; set; }
|
||||
|
||||
public bool MultiApps { get; set; }
|
||||
|
||||
public UserEditModel User { get; set; }
|
||||
|
||||
public IList<ZeroVueSection> Sections { get; set; } = new List<ZeroVueSection>();
|
||||
|
||||
Reference in New Issue
Block a user