👽️ 大别野也有咨讯区了

This commit is contained in:
BTMuli
2023-11-17 00:19:17 +08:00
parent 630a64323d
commit 5241c08c33

View File

@@ -106,7 +106,7 @@
</template>
<script lang="ts" setup>
import { nextTick, onBeforeMount, onMounted, ref } from "vue";
import { nextTick, onMounted, ref } from "vue";
import { useRoute, useRouter } from "vue-router";
import showSnackbar from "../../components/func/snackbar";
@@ -172,12 +172,6 @@ const rawData = ref<RawData>({
},
});
onBeforeMount(() => {
if (gid === "5") {
tabValues.value = ["notice", "activity"];
}
});
onMounted(async () => {
tab.value = "notice";
await firstLoad("notice");