Commit 493aba80 by 刘泽奇

123

parent beb48f9b
......@@ -114,5 +114,5 @@
<script src="https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script type="module" src="/js/index.js"></script>
</body>
</html>
\ No newline at end of file
</html>
<script language="javascript" src="http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"></script>
......@@ -198,7 +198,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
this.$nextTick(() => {
this.handleHeader();
});
console.log($.fn.jquery, "vvvvvvvvvvvvvvvvv");
var self = this;
......@@ -350,7 +349,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var path = from.split('/')[1];
return path;
},
// 操作头尾显示隐藏
// 操作头尾显示隐藏 公共部分
handleHeader() {
this.$nextTick(() => {
let hideHeader = location.hash.split('/')[1];
......@@ -372,10 +371,15 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if (OAjdlist || jdindentlist || jdindentdetail || OAjddetails || OAjdcompany || companydetail) {
this.jdSelfHeaderShow = false;
}
$('#LRdiv0').css('display', 'none');
break;
case "bw":
this.channelMessage = "百望";
console.log("bbbbbbbbbbbbbbbbbbbbbbbbb");
case "gsbhome":
$('#LRdiv0').css('display', 'none');
case "1688":
$('#LRdiv0').css('display', 'none');
default:
this.jdSelfHeaderShow = false;
this.jdSelfFooterShow = false;
......
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