mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 14:20:25 +08:00
实现gzip
This commit is contained in:
@@ -8,7 +8,7 @@ Vue.component("http-gzip-box", {
|
||||
level: 0,
|
||||
minLength: null,
|
||||
maxLength: null,
|
||||
condGroups: []
|
||||
conds: null
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ Vue.component("http-gzip-box", {
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<http-request-conds-tbody v-show="isOn() && advancedVisible" :v-cond-groups="gzip.condGroups"></http-request-conds-tbody>
|
||||
<http-request-conds-tbody v-show="isOn() && advancedVisible" :v-conds="gzip.conds"></http-request-conds-tbody>
|
||||
</table>
|
||||
</div>`
|
||||
})
|
||||
Reference in New Issue
Block a user