snow 1 year ago
parent
commit
6f2f10d75d

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b0c27b63.js


BIN
dist/static/js/app.b0c27b63.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.c959c3e8.js


BIN
dist/static/js/app.c959c3e8.js.gz


+ 2 - 1
src/components/unusual/index.vue

@@ -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}` : ''))

Some files were not shown because too many files changed in this diff