diff options
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 1c48480d..5f17c98b 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -736,10 +736,11 @@ refreshing: false, refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000, subSettings: { - enable: false, + enable: true, subTitle: '', subURI: '', subJsonURI: '', + subJsonEnable: false, }, remarkModel: '-ieo', datepicker: 'gregorian', @@ -795,7 +796,8 @@ enable: subEnable, subTitle: subTitle, subURI: subURI, - subJsonURI: subJsonURI + subJsonURI: subJsonURI, + subJsonEnable: subJsonEnable, }; this.pageSize = pageSize; this.remarkModel = remarkModel; |
