@@ -184,6 +184,10 @@ export default {
if(this.$getCache('url')){
let url=this.$getCache('url')
this.$removeCache('url')
+ console.log(decodeURIComponent(url))
+ if(decodeURIComponent(url)=='/'){
+ return false
+ }
setTimeout(() => {
this.$router.push({ path: '/' + decodeURIComponent(url) });
}, 200);
@@ -70,7 +70,7 @@ Vue.component('BrawerBox', BrawerBox)
Vue.use(ElementUI);
if (process.env.NODE_ENV === 'development') {
- // new VConsole()
+ new VConsole()
}
Vue.prototype.$moment = moment