Commit 493aba80 by 刘泽奇

123

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