feat:微信登录

This commit is contained in:
2025-09-25 15:40:53 +08:00
parent a22b987ed9
commit fa8c41a4f7
7 changed files with 665 additions and 555 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default {
async getSearchList(){
const params = {
page: 1,
pageSize: 10000,
pageSize: 99,
categoryId:this.id
}
const resp = await searchList(params);