Commit 928bf664 by 刘泽奇

123

parent 1ed7d44a
......@@ -193,7 +193,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
$("#app").css("visibility", 'visible');
this.loading = false;
this.channelName = location.hash.split('/')[1];
this.accessTitle();
},
updated() {
......@@ -201,6 +200,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
mounted() {
this.$nextTick(() => {
this.accessTitle();
this.handleHeader();
});
console.log($.fn.jquery, "vvvvvvvvvvvvvvvvv");
......@@ -273,9 +273,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
case 'gsbhome':
title.innerText = "公司宝商标注册服务";
break;
default:
title.innerText = "启服通";
break;
}
},
goSuperAdmin() {
......
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