Initial commit (code only without large binaries)
This commit is contained in:
12
EdgeAdmin/web/views/@default/settings/authority/activate.js
Normal file
12
EdgeAdmin/web/views/@default/settings/authority/activate.js
Normal file
@@ -0,0 +1,12 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifySuccess("激活成功", "/settings/authority")
|
||||
|
||||
this.isRequesting = false
|
||||
this.before = function () {
|
||||
this.isRequesting = true
|
||||
}
|
||||
|
||||
this.done = function () {
|
||||
this.isRequesting = false
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user