Commit 09d9738a by 刘泽奇

123

parent 53022147
...@@ -56,11 +56,15 @@ ...@@ -56,11 +56,15 @@
<body> <body>
<div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading" <div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading"
element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main" style="visibility:hidden"> element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main" style="visibility:hidden">
<div class="jc_hd"></div> <div class="jd_header_box">
<div class="jc_hd"></div>
</div>
<transition name="slide-fade"> <transition name="slide-fade">
<router-view></router-view> <router-view></router-view>
</transition> </transition>
<div class="jdc-footer"></div> <div class="jd_footer_box">
<div class="jdc-footer"></div>
</div>
</div> </div>
<script src="/js/cropper/index.js"></script> <script src="/js/cropper/index.js"></script>
<script src="/js/vue/base64.js"></script> <script src="/js/vue/base64.js"></script>
......
...@@ -207,14 +207,14 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -207,14 +207,14 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var OAjdcompany = location.hash.includes('/OAjdcompany'); var OAjdcompany = location.hash.includes('/OAjdcompany');
console.log(find, "lllllllllllllllllllllllllllllll"); console.log(find, "lllllllllllllllllllllllllllllll");
if (OAjdlist || selftmreg || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany) { if (OAjdlist || selftmreg || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany) {
$('.jdc-footer').hide(); $('.jd_footer_box').hide();
} }
if (OAjdlist || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany) { if (OAjdlist || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany) {
$('.jc_hd').hide(); $('.jd_header_box').hide();
} }
} else { } else {
$('.jc_hd').hide(); $('.jd_header_box').hide();
$('.jdc-footer').hide(); $('.jd_footer_box').hide();
console.log("zzzzzzzzzzzzzzz", location.hash.split('/')[1], this.headerHidden); console.log("zzzzzzzzzzzzzzz", location.hash.split('/')[1], this.headerHidden);
} }
}) })
......
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