mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 07:33:53 +08:00
完善“搜索”功能
This commit is contained in:
@@ -61,7 +61,8 @@ export default {
|
||||
getParamsList(params, callback) {
|
||||
const queryParams = new URLSearchParams({
|
||||
page: params.page,
|
||||
limit: params.limit
|
||||
limit: params.limit,
|
||||
paramCode: params.paramCode || ''
|
||||
}).toString();
|
||||
|
||||
RequestService.sendRequest()
|
||||
|
||||
Reference in New Issue
Block a user