|
@@ -184,6 +184,10 @@ export default {
|
|
if(this.$getCache('url')){
|
|
if(this.$getCache('url')){
|
|
let url=this.$getCache('url')
|
|
let url=this.$getCache('url')
|
|
this.$removeCache('url')
|
|
this.$removeCache('url')
|
|
|
|
+ console.log(decodeURIComponent(url))
|
|
|
|
+ if(decodeURIComponent(url)=='/'){
|
|
|
|
+ return false
|
|
|
|
+ }
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.$router.push({ path: '/' + decodeURIComponent(url) });
|
|
this.$router.push({ path: '/' + decodeURIComponent(url) });
|
|
}, 200);
|
|
}, 200);
|