Skip to content

Commit

Permalink
update: default response config
Browse files Browse the repository at this point in the history
  • Loading branch information
贾志伟 committed Apr 6, 2024
1 parent 3f7dad5 commit ebd779f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4",
"version": "2.0.5",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const handleMockItemSceneOperation = async (operation: string, mockItemBasicInfo
name: '场景名',
iteration: iterationList.value[0] ?? '',
param: '{\r\n \r\n}',
responseConf: 'export default (param: {name: string, age: number}) => {\r\n \r\n}',
responseConf: 'export default (param: any) => {\r\n \r\n}',
};
isShowCodeEditor.value = true;
break;
Expand Down

0 comments on commit ebd779f

Please sign in to comment.