fix: 微服务版本 区间查询和中文搜索条件一起使用 无法正确查询

This commit is contained in:
dap
2024-12-06 09:27:11 +08:00
parent 827ef2e403
commit 48ca7aca8c
4 changed files with 23 additions and 1 deletions

View File

@@ -22,9 +22,11 @@
"dependencies": {
"@vben/locales": "workspace:*",
"@vben/utils": "workspace:*",
"axios": "catalog:"
"axios": "catalog:",
"qs": "^6.13.1"
},
"devDependencies": {
"@types/qs": "^6.9.17",
"axios-mock-adapter": "catalog:"
}
}

View File

@@ -1,2 +1,3 @@
export * from './request-client';
export * from 'axios';
export { stringify } from 'qs';