mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 08:40:26 +08:00
优化代码/创建服务的时候可以保存SSL证书信息
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyReloadSuccess("保存成功")
|
||||
this.tab = "domainMatch"
|
||||
|
||||
this.selectTab = function (tab) {
|
||||
this.tab = tab
|
||||
}
|
||||
|
||||
this.success = function () {
|
||||
teaweb.success("保存成功")
|
||||
}
|
||||
|
||||
/**
|
||||
* 域名不匹配动作
|
||||
|
||||
Reference in New Issue
Block a user