Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/3c9cb17ffa12daa6957f19bdcd34f2c8b5898902?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
6 deletions
@ -13,7 +13,7 @@
position: relative;
position: relative;
//background-image: url(/home/base/bg-head5.png);
//background-image: url(/home/base/bg-head5.png);
//background-position-y:56%;
//background-position-y:56%;
height: 477 px;
height: 326 px;
background-size: cover;
background-size: cover;
display: flex;
display: flex;
justify-content: center;
justify-content: center;
@ -51,7 +51,7 @@
< / head >
< / head >
< div id = "hd" >
< div id = "hd" >
< div class = "layui-carousel" id = "ID-carousel-demo-1" style = "width: 100%;height: 477 px;">
< div class = "layui-carousel" id = "ID-carousel-demo-1" style = "width: 100%;height: 326 px;">
< div carousel-item >
< div carousel-item >
< div >
< div >
< img class = "bg_image1" th:src = "@{/home/base/bg-head5.png}" >
< img class = "bg_image1" th:src = "@{/home/base/bg-head5.png}" >
@ -117,7 +117,7 @@
indicator:'none',
indicator:'none',
arrow:'none',
arrow:'none',
width: '100%',
width: '100%',
height: '477 px',
height: '326 px',
});
});
});
});
function queryList(){
function queryList(){
@ -13,7 +13,7 @@
position: relative;
position: relative;
//background-image: url(/home/base/bg-head2.png);
//background-image: url(/home/base/bg-head2.png);
//background-position-y:56%;
//background-position-y:56%;
height: 477 px;
height: 326 px;
background-size: cover;
background-size: cover;
display: flex;
display: flex;
justify-content: center;
justify-content: center;
@ -135,7 +135,7 @@
< / head >
< / head >
< div id = "hd" >
< div id = "hd" >
< div class = "layui-carousel" id = "ID-carousel-demo-1" style = "width: 100%;height: 477 px;">
< div class = "layui-carousel" id = "ID-carousel-demo-1" style = "width: 100%;height: 326 px;">
< div carousel-item >
< div carousel-item >
< div >
< div >
< img class = "bg_image1" th:src = "@{/home/base/bg-head5.png}" >
< img class = "bg_image1" th:src = "@{/home/base/bg-head5.png}" >
@ -233,7 +233,7 @@
indicator:'none',
indicator:'none',
arrow:'none',
arrow:'none',
width: '100%',
width: '100%',
height: '477 px',
height: '326 px',
});
});
});
});
var deptHover = document.querySelector('.dept')
var deptHover = document.querySelector('.dept')