Commit e3d52053 by 宋毅

tj

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