Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
贾志伟 committed Apr 4, 2024
1 parent a3cc53c commit 9e075ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jiazhiwei/dev-server-web",
"version": "2.0.1",
"version": "2.0.2",
"files": [
"dist"
],
Expand Down
1 change: 1 addition & 0 deletions src/utils/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const getRequestFormConf = (conf: {
requestData[logInfoMap.password ?? 'password'] = crypto?.[conf.passwordEncryptType](param.password, conf.salt).toString();
return await defineRequest(conf.api, conf.method)(requestData);
} else {
console.log('some11111-----', confObj, conf, formattedApi);
const paramMap: Record<string, string> = confObj?.req?.map ?? {};
const resultMap: Record<string, string> = confObj?.res?.map ?? {};
const requestData = {} as Record<string, string>;
Expand Down

0 comments on commit 9e075ea

Please sign in to comment.