实现访问日志队列

This commit is contained in:
刘祥超
2021-12-14 12:45:09 +08:00
parent 1a50b01edf
commit 2c71f6c6be
5 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功,将会在一分钟之内生效")
})