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
903f329d
Commit
903f329d
authored
Aug 31, 2022
by
jianshuqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容新百伦系统
parent
4e23a755
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
4 deletions
+13
-4
Index.cshtml
Bailun.DC.Web/Pages/Index.cshtml
+1
-0
_MainLayout.cshtml
Bailun.DC.Web/Pages/Shared/_MainLayout.cshtml
+4
-2
_MainLayout2.cshtml
Bailun.DC.Web/Pages/Shared/_MainLayout2.cshtml
+3
-1
Main.cshtml
Bailun.DC.Web/Views/Home/Main.cshtml
+3
-1
NoData.cshtml
Bailun.DC.Web/Views/Home/NoData.cshtml
+1
-0
NoPermission.cshtml
Bailun.DC.Web/Views/Home/NoPermission.cshtml
+1
-0
No files found.
Bailun.DC.Web/Pages/Index.cshtml
View file @
903f329d
...
...
@@ -30,6 +30,7 @@
<body
class=
"fixed-sidebar full-height-layout gray-bg"
style=
"overflow:hidden"
>
<script
type=
"text/javascript"
>
//login_localhost();
document
.
domain
=
'bailuntec.com'
login
();
window
.
location
=
"@Url.Content("
~
/Home/
Main
")"
;
</script>
...
...
Bailun.DC.Web/Pages/Shared/_MainLayout.cshtml
View file @
903f329d
...
...
@@ -57,7 +57,9 @@
<div
class=
"wrapper wrapper-content animated fadeInRight"
>
@RenderBody()
<!-- /.page-content -->
</div>
<script>
document
.
domain
=
'bailuntec.com'
</script>
<script
src=
"/css/hplus/js/jquery.min.js?v=2.1.4"
></script>
<script
src=
"/css/hplus/js/bootstrap.min.js?v=3.3.6"
></script>
<script
src=
"/css/hplus/js/bootbox.js"
></script>
...
...
@@ -71,7 +73,7 @@
<script
src=
"/css/hplus/js/plugins/showloading/jquery.showLoading.min.js"
></script>
<script
src=
"/css/hplus/js/plugins/validate/jquery.validate.min.js"
></script>
<script
src=
"/css/hplus/js/plugins/validate/jquery.validate.unobtrusive.min.js"
></script>
<!--弹出框layer 控件-->
<script
src=
"/js/Layer-2.1/layer.js"
></script>
<script
src=
"/css/laytpl-v1.1/laytpl/laytpl.js"
></script>
...
...
Bailun.DC.Web/Pages/Shared/_MainLayout2.cshtml
View file @
903f329d
...
...
@@ -80,7 +80,9 @@
}
</div>
</div>
<script>
document
.
domain
=
'bailuntec.com'
</script>
<script
src=
"/css/hplus/js/jquery.min.js?v=2.1.4"
></script>
<script
src=
"/css/hplus/js/bootstrap.min.js?v=3.3.6"
></script>
<script
src=
"/css/hplus/js/bootbox.js"
></script>
...
...
Bailun.DC.Web/Views/Home/Main.cshtml
View file @
903f329d
...
...
@@ -25,7 +25,9 @@
<link
href=
"/css/hplus/css/font-awesome.min93e3.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"/css/hplus/css/animate.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/hplus/css/style.min.css?v=4.2.0"
rel=
"stylesheet"
>
<script>
document
.
domain
=
'bailuntec.com'
</script>
<script
src=
"/css/hplus/js/jquery.min.js?v=2.1.4"
></script>
<script
src=
"/js/jquery.cookie.js"
type=
"text/javascript"
></script>
<script
src=
"/js/common.js?20200220017"
type=
"text/javascript"
></script>
...
...
Bailun.DC.Web/Views/Home/NoData.cshtml
View file @
903f329d
...
...
@@ -8,6 +8,7 @@
<head>
<meta
name=
"viewport"
content=
"width=device-width"
/>
<title>
暂无数据
</title>
<script>
document
.
domain
=
'bailuntec.com'
</script>
</head>
<body
style=
"text-align:center;padding:0px;margin:0px;"
>
<h3
style=
"margin-top:60px;text-align:center;"
>
功能还在开发中,敬请期待...
</h3>
...
...
Bailun.DC.Web/Views/Home/NoPermission.cshtml
View file @
903f329d
...
...
@@ -9,6 +9,7 @@
<head>
<meta
name=
"viewport"
content=
"width=device-width"
/>
<title>
无权访问
</title>
<script>
document
.
domain
=
'bailuntec.com'
</script>
</head>
<body
style=
"text-align:center;padding:0px;margin:0px;"
>
<h3
style=
"margin-top:60px;text-align:center;"
>
您访问的页面没有权限。
</h3>
...
...
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