guhongwei 5 years ago
parent
commit
59337420cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home.vue

+ 1 - 1
src/views/home.vue

@@ -12,7 +12,7 @@ export default {
   components: {},
   data: () => ({}),
   created() {
-    window.href('/static/home.html');
+    window.location.href('/static/home.html');
   },
   methods: {},
   computed: {