no message

This commit is contained in:
A1300399510
2025-11-04 01:57:07 +08:00
parent 671732d277
commit a7d803f633
8 changed files with 43 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ export const hotTag = defineComponent({
});
const init = () => {
ajaxget("/v2/api/forum/getHotTags?limit=20").then((res) => {
ajaxGet("/v2/api/forum/getHotTags?limit=20").then((res) => {
const data = res.data;
list.value = data || [];
});