mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 06:40:27 +08:00
简化缓存条件设置
This commit is contained in:
@@ -9,6 +9,9 @@ Vue.component("http-request-conds-box", {
|
||||
groups: []
|
||||
}
|
||||
}
|
||||
if (conds.groups == null) {
|
||||
conds.groups = []
|
||||
}
|
||||
return {
|
||||
conds: conds,
|
||||
components: window.REQUEST_COND_COMPONENTS
|
||||
|
||||
Reference in New Issue
Block a user