Commit 359eea84 by 刘泽奇

123

parent f8156eaa
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -180,11 +180,13 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var selftmreg = location.hash.includes('/selftmreg');
var OAjdlist = location.hash.includes('/OAjdlist');
var jdindentlist = location.hash.includes('/jdindentlist');
var jdindentdetail = location.hash.includes('/jdindentdetail');
var OAjddetails = location.hash.includes('/OAjddetails');
console.log(find, "lllllllllllllllllllllllllllllll");
if (OAjdlist || selftmreg || jdindentlist) {
if (OAjdlist || selftmreg || jdindentlist || jdindentdetail || OAjddetails) {
$('.jdc-footer').hide();
}
if (OAjdlist || jdindentlist) {
if (OAjdlist || jdindentlist || jdindentdetail || OAjddetails) {
$('.jc_hd').hide();
}
} else {
......
......@@ -31,7 +31,6 @@
}
.jdindentdetail-header>div:nth-child(2)>span:nth-child(1) {
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
......
......@@ -24,7 +24,7 @@
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #ffffff;
color: #7b819f;
line-height: 22px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment