基本完成网络设置模块,还有一些细节需要完善。

This commit is contained in:
xueyan hu
2021-12-17 18:02:39 +08:00
parent faa69197f3
commit b6475e7ed4
21 changed files with 1979 additions and 421 deletions

View File

@@ -19,19 +19,22 @@
"institutionAddr": "杭州市滨江区",
"lockscreen": "30"
},
"pacsservers": [{
"pacsservers": [
{
"ae": "HELLO",
"ip": "127.0.0.1",
"isdefault": "1",
"name": "test",
"port": "104"
}, {
},
{
"ae": "KISS",
"ip": "127.0.0.1",
"isdefault": "0",
"name": "nihao",
"port": "106"
}],
}
],
"protocol": {
"default": "LSTAND",
"lists": "LSTAND;RSTAND;LONE;RONE"
@@ -49,19 +52,22 @@
"remember": "false",
"usercode": ""
},
"wklistservers": [{
"wklistservers":[
{
"ae": "OFFIS",
"ip": "127.0.0.1",
"isdefault": "1",
"name": "wklist sever",
"port": "104"
}, {
},
{
"ae": "ACME1",
"ip": "127.0.0.1",
"isdefault": "0",
"name": "wklist1",
"port": "104"
}],
}
],
"worklistfilter": {
"default": "Today",
"lists": "Today;Recent3Days;ThisWeek;ThisMonth"