缓存条件增加多个匹配方式/优化缓存设置界面

This commit is contained in:
GoEdgeLab
2021-05-12 15:07:30 +08:00
parent 1df0f4a605
commit 37bc3c0879
7 changed files with 87 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ Vue.component("http-cache-ref-box", {
},
template: `<tbody>
<tr>
<td class="title">匹配条件 *</td>
<td class="title">匹配条件分组 *</td>
<td>
<http-request-conds-box :v-conds="ref.conds" @change="changeConds"></http-request-conds-box>