Commit 2899a46d by 宋毅

123

parent e3d52053
...@@ -183,14 +183,13 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -183,14 +183,13 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
created() { created() {
$("#app").css("visibility", 'visible'); $("#app").css("visibility", 'visible');
this.loading = false; this.loading = false;
}, },
updated() { updated() {
}, },
mounted() { mounted() {
this.channelName = location.hash.split('/')[1]; this.channelName = location.hash.split('/')[1];
this.accessTitle();
this.$nextTick(() => { this.$nextTick(() => {
this.handleHeader(); this.handleHeader();
}); });
......
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
mounted: function() { mounted: function() {
this.$root.loading = true; this.$root.loading = true;
this.getChannerBanner(); this.getChannerBanner();
this.$root.accessTitle();
var obj = this.$root.copyParams({ channelUserId: "", itemCode: "sbfu" }, "getProductListByTypeOneCode", "/action/tmOrder/springBoard"); var obj = this.$root.copyParams({ channelUserId: "", itemCode: "sbfu" }, "getProductListByTypeOneCode", "/action/tmOrder/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => { this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
this.$root.loading = false; this.$root.loading = 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