guhongwei пре 5 година
родитељ
комит
7f77f1eaaf
1 измењених фајлова са 1 додато и 1 уклоњено
  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: {