@@ -19,7 +19,8 @@ export default {
props:['message', 'path', 'hasPermission'],
methods:{
toNav(){
- this.$router.push('/')
+ // this.$router.push('/')
+ window.location.href = "/"
},
toLogin(){
this.$router.push('/login' + (this.path ? `?path=${this.path}` : ''))