This commit is contained in:
cansnow
2025-12-24 04:12:56 +08:00
parent f49f1f1ad1
commit f289f79813
26 changed files with 636 additions and 484 deletions
+3
View File
@@ -29,6 +29,9 @@ const actions = {
commit("SET_CURRENT_MSG", message);
},
async getHistoryMesageList({commit,state}, params) {
//#ifndef APP
return [];
//#endif
let emptyFlag = true;
try {
//console.log(params);