mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-02 09:06:37 +08:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
Tea.context(function () {
|
|
this.success = function () {
|
|
teaweb.success("发送成功")
|
|
}
|
|
}) |