chore: update app name

This commit is contained in:
vben
2024-06-08 16:33:49 +08:00
parent 77d40dc763
commit d584d4cf4e
57 changed files with 4 additions and 4 deletions
@@ -27,7 +27,7 @@ class RequestClient {
/**
* 构造函数,用于创建Axios实例
* @param {AxiosRequestConfig} config - Axios请求配置,可选
* @param options - Axios请求配置,可选
*/
constructor(options: RequestClientOptions = {}) {
// 合并默认配置和传入的配置