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: {