Commit e3d52053 by 宋毅

tj

parent f9daccbc
...@@ -183,13 +183,14 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -183,13 +183,14 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
created() { created() {
$("#app").css("visibility", 'visible'); $("#app").css("visibility", 'visible');
this.loading = false; this.loading = false;
this.channelName = location.hash.split('/')[1];
this.accessTitle();
}, },
updated() { updated() {
}, },
mounted() { mounted() {
this.channelName = location.hash.split('/')[1];
this.accessTitle();
this.$nextTick(() => { this.$nextTick(() => {
this.handleHeader(); this.handleHeader();
}); });
......
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