mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-21 16:50:25 +08:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.createReporter = function () {
|
||
|
|
teaweb.popup(".createPopup", function () {
|
||
|
|
teaweb.success("保存成功", function () {
|
||
|
|
teaweb.reload()
|
||
|
|
})
|
||
|
|
})
|
||
|
|
}
|
||
|
|
})
|