更新666

This commit is contained in:
Alone
2024-11-04 11:35:32 +08:00
parent 16fd7106d6
commit 3777395105
17 changed files with 976 additions and 117 deletions
+5 -1
View File
@@ -19,6 +19,10 @@
const rankDj = ref([]);
const is_m = ref(0);
const newList = ref([]);
const QStatus = ref(0);
const QList = ref([]);
const QLoading = ref(false);
const total_result = ref(0);
// 公共消息方法
@@ -167,7 +171,7 @@
});
// 返回数据和方法
return { elementOpacity, scrollThreshold, keyword, searchBtn, rankList,newList, setnum, qcodeVisible, layerVisible, content, saveBtn, rankDj,goLink,changeBtn,copyText,drawer,selectBtn,is_m };
return { elementOpacity, scrollThreshold, keyword, searchBtn, rankList,newList, setnum, qcodeVisible, layerVisible, content, saveBtn, rankDj,goLink,changeBtn,copyText,drawer,selectBtn,is_m,QList,QLoading,QStatus,total_result };
}
})
.use(ElementPlus) // 使用 Element Plus