@@ -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']);
//父值
@@ -300,7 +300,7 @@ const getClose = () => {
const openRanking = () => {
timer.value = setTimeout(() => {
rankingWindowRef.value.open();
- }, 1000 * 60 * 0.5);
+ }, 1000 * 60 * 5);
};
/**