Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
b13807fd
Commit
b13807fd
authored
May 25, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决模版跨域的问题
parent
6abef815
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Bailun.DC.Web.csproj
Bailun.DC.Web/Bailun.DC.Web.csproj
+1
-1
_MainLayout.cshtml
Bailun.DC.Web/Pages/Shared/_MainLayout.cshtml
+1
-0
common.js
Bailun.DC.Web/wwwroot/js/common.js
+2
-2
No files found.
Bailun.DC.Web/Bailun.DC.Web.csproj
View file @
b13807fd
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.
1
</TargetFramework>
<TargetFramework>netcoreapp2.
2
</TargetFramework>
</PropertyGroup>
<ItemGroup>
...
...
Bailun.DC.Web/Pages/Shared/_MainLayout.cshtml
View file @
b13807fd
...
...
@@ -83,6 +83,7 @@
<script
src=
"/css/hplus/js/export/bootstrap-table-export.js"
></script>
<!--下拉选择搜索控件-->
<script
src=
"/css/bootstrap-select-1.12.4/js/bootstrap-select.js"
></script>
<script
src=
"~/js/jquery.cookie.js"
type=
"text/javascript"
></script>
<!--常用js方法-->
<script
src=
"/js/common.js?=201903011812"
></script>
...
...
Bailun.DC.Web/wwwroot/js/common.js
View file @
b13807fd
...
...
@@ -321,4 +321,4 @@ function login() {
})
}
}
login
();
\ No newline at end of file
//login();
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment