1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00

first working version

This commit is contained in:
Xuan Sang LE
2018-09-18 19:53:00 +02:00
parent 1b09ab53fc
commit c9ea224f22
7 changed files with 235 additions and 31 deletions

View File

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