Commit adc5c597 by 刘泽奇

123

parent 3777fb98
......@@ -97,9 +97,9 @@
<!-- 根据渠道显示不同公共头end -->
<transition name="custom-classes-transition" enter-active-class="animated fadeIn"
leave-active-class="animated fadeOut">
<!-- <transition name="custom-classes-transition" enter-active-class="animated "
leave-active-class="animated "> -->
<transition>
<router-view></router-view>
</transition>
<!-- 根据渠道显示不同公共尾start -->
......
......@@ -276,6 +276,7 @@
}
});
} else {
this.$message("请登录");
this.$router.push({ path: `/${this.$root.channelName}/login` });
}
/*this.$router.push({ path: "/jd/selftmreg", query: {} });*/
......
......@@ -261,6 +261,9 @@
self.interval = inth;
}, 5000);
},
destroyed() {
clearInterval(self.interval);
},
Subscribe() {
console.log("oooooooooooo");
axios.post('http://106.13.228.212:8010/gsb/Subscribe', {
......
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