mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
👽️ 大别野也有咨讯区了
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user