fix: 微服务版本 区间查询和中文搜索条件一起使用 无法正确查询
This commit is contained in:
@@ -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:"
|
||||
}
|
||||
}
|
||||
|
@@ -1,2 +1,3 @@
|
||||
export * from './request-client';
|
||||
export * from 'axios';
|
||||
export { stringify } from 'qs';
|
||||
|
Reference in New Issue
Block a user