mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-05 05:25:17 +08:00
v1.4.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.success = function () {
|
||||
teaweb.success("保存成功", function () {
|
||||
teaweb.reload()
|
||||
})
|
||||
}
|
||||
|
||||
this.changeAllowedProviders = function (event) {
|
||||
this.allowedProviders = event.providers
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user