|
@@ -102,8 +102,8 @@ export default {
|
|
|
watch: {
|
|
watch: {
|
|
|
$route: {
|
|
$route: {
|
|
|
handler: function(route) {
|
|
handler: function(route) {
|
|
|
- this.redirect = route.query && route.query.redirect;
|
|
|
|
|
- console.log(this.redirect,'redirect')
|
|
|
|
|
|
|
+ //this.redirect = route.query && route.query.redirect;
|
|
|
|
|
+ console.log(this.redirect,'重定向')
|
|
|
},
|
|
},
|
|
|
immediate: true
|
|
immediate: true
|
|
|
}
|
|
}
|