Commit 2f3bfaf0 by 宋毅

tj

parent 907a58e0
...@@ -199,6 +199,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -199,6 +199,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
handleHeader() { handleHeader() {
this.$nextTick(() => { this.$nextTick(() => {
if (location.hash.split('/')[1] == "jd") { if (location.hash.split('/')[1] == "jd") {
$('.jd_footer_box').show();
var selftmreg = location.hash.includes('/selftmreg'); var selftmreg = location.hash.includes('/selftmreg');
var OAjdlist = location.hash.includes('/OAjdlist'); var OAjdlist = location.hash.includes('/OAjdlist');
var jdindentlist = location.hash.includes('/jdindentlist'); var jdindentlist = location.hash.includes('/jdindentlist');
......
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