guhongwei il y a 5 ans
Parent
commit
7f77f1eaaf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/home.vue

+ 1 - 1
src/views/home.vue

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