Commit 2aa8e70c by liulongfei

清理插件

parent 1ac39dd0
......@@ -181,7 +181,10 @@ namespace VIZ.Package.Module
PluginInfo plugin = ApplicationDomainEx.PluginInfos.FirstOrDefault(p => p.ID == page.PluginID);
if (plugin == null)
{
this.SelectedValue = null;
return;
}
config = new PluginNavigationConfig();
config.Key = page.PageID.ToString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment