1.4.5.2
This commit is contained in:
13
EdgeAdmin/web/views/@default/settings/ip-library/upload.js
Normal file
13
EdgeAdmin/web/views/@default/settings/ip-library/upload.js
Normal file
@@ -0,0 +1,13 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifySuccess("上传成功", "/settings/ip-library")
|
||||
|
||||
this.isUploading = false
|
||||
|
||||
this.before = function () {
|
||||
this.isUploading = true
|
||||
}
|
||||
|
||||
this.done = function () {
|
||||
this.isUploading = false
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user