Skip to content

Commit 05f6da4

Browse files
committed
fix
1 parent 2d6bf73 commit 05f6da4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

SBDocClient/dist/projectinfo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBDocClient/dist/run.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBDocClient/web/projectinfo/store.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,9 @@ module.exports=new Vuex.Store({
445445
rawRemark:"",
446446
rawMock:""
447447
},
448-
restParam:[]
448+
restParam:[],
449+
before:"",
450+
after:""
449451
});
450452
}
451453

SBDocClient/web/run/store.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,9 @@ module.exports=new Vuex.Store({
10011001
rawFileRemark:"",
10021002
rawText:"",
10031003
},
1004-
finish:0
1004+
finish:0,
1005+
before:"",
1006+
after:""
10051007
});
10061008
}
10071009
return data;

0 commit comments

Comments
 (0)