Commit 928bf664 by 刘泽奇

123

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