Commit 9f3046a1 by 刘泽奇

123

parent 4c9a49ed
......@@ -170,7 +170,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
$("#app").css("visibility", 'visible');
this.loading = false;
this.channelName = location.hash.split('/')[1];
},
updated() {
......@@ -192,6 +191,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if (val.fullPath == "/jd/jdtrademark" && location.hostname == "tm.plus.jdcloud.com") {
this.selfHeaderShow = true;
this.selfFooterShow = true;
this.channelName = location.hash.split('/')[1];
}
},
// 深度观察监听
......
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