1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00
This commit is contained in:
lxsang
2018-09-19 00:01:55 +02:00
parent c9ea224f22
commit f1bd204aff
3 changed files with 54 additions and 18 deletions

View File

@ -3,7 +3,7 @@ BaseController:subclass("WvncController", {
})
function WvncController:index( ... )
self.template:set("args", "['WVNC', 'wss://localhost:9195/wvnc', '#canvas']")
self.template:set("args", "['WVNC', 'wss://localhost:9192/wvnc', '#canvas']")
return true
end