前端页面
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Tea.context(function () {
|
||||
if (typeof this.params == "undefined" || this.params == null) {
|
||||
this.params = {host: "", port: 22}
|
||||
}
|
||||
if (this.params.port <= 0) {
|
||||
this.params.port = 22
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user