Commit adc5c597 by 刘泽奇

123

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