mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 20:30:25 +08:00
WAF显示拦截日志
This commit is contained in:
8
web/views/@default/servers/components/waf/log.js
Normal file
8
web/views/@default/servers/components/waf/log.js
Normal file
@@ -0,0 +1,8 @@
|
||||
Tea.context(function () {
|
||||
this.$delay(function () {
|
||||
let that = this
|
||||
teaweb.datepicker("day-input", function (day) {
|
||||
that.day = day
|
||||
})
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user