mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-27 06:35:39 +08:00
修复因iframe造成的分页导航显示问题
This commit is contained in:
@@ -76,7 +76,9 @@
|
||||
<Compile Include="TestOrgApp.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="App.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -117,7 +119,6 @@
|
||||
</Choose>
|
||||
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
||||
@@ -51,13 +51,15 @@ namespace OpenAuth.UnitTest
|
||||
// module.CascadeId += module1.CascadeId;
|
||||
//}
|
||||
//moduleRep.Update(module);
|
||||
|
||||
|
||||
var module2 = new Module
|
||||
moduleRep.Update(u =>u.Id, new Module
|
||||
{
|
||||
Id = 14,
|
||||
CascadeId = DateTime.Now.ToShortTimeString()
|
||||
};
|
||||
moduleRep.Update(module2);
|
||||
Id = 15,
|
||||
Name = "test",
|
||||
CascadeId = DateTime.Now.ToShortTimeString(),
|
||||
Url = "ssss"
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user