mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-22 15:15:47 +08:00
v1.4.1
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyReloadSuccess("保存成功")
|
||||
|
||||
this.changeBypassMobile = function(bypassMobile) {
|
||||
if (bypassMobile.target.checked) {
|
||||
this.node.bypassMobile = 17;
|
||||
} else {
|
||||
this.node.bypassMobile = 0;
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user