Skip to content

Commit b24119c

Browse files
committed
1.0.6
1.修改了首页的背景图片 2.修复了在测试接口页面下header和body不能commit raw的bug
1 parent ad28c88 commit b24119c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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/dist/run.js.map

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/vendor.bundle.js.map

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/pic/homeback.jpg

72.4 KB
Loading

SBDocClient/web/run/store.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ module.exports=new Vuex.Store({
252252
}
253253
if(key)
254254
{
255-
var obj=$.findValue(state.header,key);
255+
var obj=helper.findValue(state.header,key);
256256
arrHeader.push({
257257
name:key,
258258
value:value,
@@ -301,7 +301,7 @@ module.exports=new Vuex.Store({
301301
var param2=param1[i].split("=");
302302
if(param2.length>0)
303303
{
304-
var valueObj=$.findValue(state.body,param2[0]);
304+
var valueObj=helper.findValue(state.body,param2[0]);
305305
var selValue=param2[1]?param2[1]:""
306306
if(valueObj && valueObj.type!=1)
307307
{

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"imgPath":"/Users/Shared/SBDoc/img",
55
"tempPath":"/Users/Shared/SBDoc/temp",
66
"port":10000,
7-
"version":"1.0.5"
7+
"version":"1.0.6"
88
}

0 commit comments

Comments
 (0)