mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-15 20:56:35 +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()
|
|
})
|
|
})
|
|
}
|
|
}) |