check bugs

This commit is contained in:
yubao
2018-04-13 07:10:02 +08:00
parent a42d449c97
commit 785cfcc533
9 changed files with 477 additions and 23 deletions

View File

@@ -24,6 +24,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -142,6 +143,7 @@
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Controllers\BaseController.cs" />
<Compile Include="Controllers\ResourcesController.cs" />
<Compile Include="Controllers\CategoriesController.cs" />
<Compile Include="Controllers\ErrorController.cs" />
<Compile Include="Controllers\FlowInstancesController.cs" />
@@ -200,6 +202,7 @@
<Content Include="layui\css\modules\laydate\default\font.css" />
<Content Include="userJs\assignRole.js" />
<Content Include="userJs\flowinstanceDetail.js" />
<Content Include="userJs\resources.js" />
<Content Include="userJs\verification.js" />
<Content Include="userJs\flowInstanceEdit.js" />
<Content Include="userJs\flowInstanceWait.js" />
@@ -645,6 +648,7 @@
<Content Include="Views\FlowInstances\Wait.cshtml" />
<Content Include="Views\RoleManager\Assign.cshtml" />
<Content Include="Views\FlowInstances\Detail.cshtml" />
<Content Include="Views\Resources\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="layui\lay\modules\mobile\" />