mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
👽️ 大别野也有咨讯区了
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { nextTick, onBeforeMount, onMounted, ref } from "vue";
|
import { nextTick, onMounted, ref } from "vue";
|
||||||
import { useRoute, useRouter } from "vue-router";
|
import { useRoute, useRouter } from "vue-router";
|
||||||
|
|
||||||
import showSnackbar from "../../components/func/snackbar";
|
import showSnackbar from "../../components/func/snackbar";
|
||||||
@@ -172,12 +172,6 @@ const rawData = ref<RawData>({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeMount(() => {
|
|
||||||
if (gid === "5") {
|
|
||||||
tabValues.value = ["notice", "activity"];
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
tab.value = "notice";
|
tab.value = "notice";
|
||||||
await firstLoad("notice");
|
await firstLoad("notice");
|
||||||
|
|||||||
Reference in New Issue
Block a user