林旭祥 1 ماه پیش
والد
کامیت
a17676dce4
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/components/RankingWindow/index.vue
  2. 1 1
      src/views/sunshineRun/index.vue

+ 1 - 1
src/components/RankingWindow/index.vue

@@ -6,8 +6,8 @@
   </Transition>
 </template>
 <script setup lang="ts">
+import Ranking from "@/views/ranking/index.vue"
 const { proxy } = getCurrentInstance() as any;
-import Ranking from "@/views/ranking/index"
 const emit = defineEmits(['getClose']);
 
 //父值

+ 1 - 1
src/views/sunshineRun/index.vue

@@ -300,7 +300,7 @@ const getClose = () => {
 const openRanking = () => {
   timer.value = setTimeout(() => {
     rankingWindowRef.value.open();
-  }, 1000 * 60 * 0.5);
+  }, 1000 * 60 * 5);
 };
 
 /**