Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
8352db76
Commit
8352db76
authored
Mar 29, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善两个欢迎页
parent
9bc60f6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
10 deletions
+37
-10
src/main/webapp/pages/modular/frame/console.html
+18
-4
src/main/webapp/pages/modular/frame/console2.html
+19
-6
No files found.
src/main/webapp/pages/modular/frame/console.html
View file @
8352db76
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
>
<title>
EasyWeb后台开发框架
</title>
<title>
EasyWeb后台开发框架
</title>
<link
rel=
"stylesheet"
href=
"
../../assets/libs
/layui/css/layui.css"
/>
<link
rel=
"stylesheet"
href=
"
${ctxPath}/assets/common
/layui/css/layui.css"
/>
<link
rel=
"stylesheet"
href=
"
../../assets
/module/admin.css?v=311"
/>
<link
rel=
"stylesheet"
href=
"
${ctxPath}/assets/common
/module/admin.css?v=311"
/>
<style>
<style>
/** 卡片轮播图样式 */
/** 卡片轮播图样式 */
.admin-carousel
.layui-carousel-ind
{
.admin-carousel
.layui-carousel-ind
{
...
@@ -262,8 +262,22 @@
...
@@ -262,8 +262,22 @@
</div>
</div>
<!-- js部分 -->
<!-- js部分 -->
<script
type=
"text/javascript"
src=
"../../assets/libs/layui/layui.js"
></script>
@/* 加入contextPath属性和session超时的配置 */
<script
type=
"text/javascript"
src=
"../../assets/js/common.js?v=311"
></script>
<script
type=
"text/javascript"
>
var
Feng
=
{
ctxPath
:
""
,
addCtx
:
function
(
ctx
)
{
if
(
this
.
ctxPath
===
""
)
{
this
.
ctxPath
=
ctx
;
}
}
};
Feng
.
addCtx
(
"${ctxPath}"
);
</script>
<script
type=
"text/javascript"
src=
"${ctxPath}/assets/common/layui/layui.js"
></script>
<script
type=
"text/javascript"
src=
"${ctxPath}/assets/common/js/common.js?v=311"
></script>
<script>
<script>
layui
.
use
([
'layer'
,
'carousel'
],
function
()
{
layui
.
use
([
'layer'
,
'carousel'
],
function
()
{
var
$
=
layui
.
jquery
;
var
$
=
layui
.
jquery
;
...
...
src/main/webapp/pages/modular/frame/console2.html
View file @
8352db76
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
>
<title>
EasyWeb后台开发框架
</title>
<title>
EasyWeb后台开发框架
</title>
<link
rel=
"stylesheet"
href=
"
../../assets/libs
/layui/css/layui.css"
/>
<link
rel=
"stylesheet"
href=
"
${ctxPath}/assets/common
/layui/css/layui.css"
/>
<link
rel=
"stylesheet"
href=
"
../../assets
/module/admin.css?v=311"
/>
<link
rel=
"stylesheet"
href=
"
${ctxPath}/assets/common
/module/admin.css?v=311"
/>
<style>
<style>
.numberInfoSubTitle
{
.numberInfoSubTitle
{
color
:
rgba
(
0
,
0
,
0
,
.45
);
color
:
rgba
(
0
,
0
,
0
,
.45
);
...
@@ -236,10 +236,23 @@
...
@@ -236,10 +236,23 @@
</div>
</div>
<!-- js部分 -->
<!-- js部分 -->
<script
type=
"text/javascript"
src=
"../../assets/libs/layui/layui.js"
></script>
@/* 加入contextPath属性和session超时的配置 */
<script
type=
"text/javascript"
src=
"../../assets/js/common.js?v=311"
></script>
<script
type=
"text/javascript"
>
<script
src=
"../../assets/libs/echarts/echarts.min.js"
></script>
var
Feng
=
{
<script
src=
"../../assets/libs/echarts/echartsTheme.js"
></script>
ctxPath
:
""
,
addCtx
:
function
(
ctx
)
{
if
(
this
.
ctxPath
===
""
)
{
this
.
ctxPath
=
ctx
;
}
}
};
Feng
.
addCtx
(
"${ctxPath}"
);
</script>
<script
type=
"text/javascript"
src=
"${ctxPath}/assets/common/layui/layui.js"
></script>
<script
type=
"text/javascript"
src=
"${ctxPath}/assets/common/js/common.js?v=311"
></script>
<script
src=
"${ctxPath}/assets/common/libs/echarts/echarts.min.js"
></script>
<script
src=
"${ctxPath}/assets/common/libs/echarts/echartsTheme.js"
></script>
<script>
<script>
layui
.
use
([
'layer'
,
'element'
],
function
()
{
layui
.
use
([
'layer'
,
'element'
],
function
()
{
...
...
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