缓存条件增加”忽略URI参数“选项

This commit is contained in:
刘祥超
2022-09-24 15:13:35 +08:00
parent 12e352964c
commit ac11ab0431
5 changed files with 118 additions and 14 deletions

View File

@@ -47,6 +47,7 @@ Vue.component("http-cache-refs-box", {
<http-request-cond-view :v-cond="cacheRef.simpleCond" v-if="cacheRef.simpleCond != null"></http-request-cond-view>
<!-- 特殊参数 -->
<grey-label v-if="cacheRef.key != null && cacheRef.key.indexOf('\${args}') < 0">忽略URI参数</grey-label>
<grey-label v-if="cacheRef.minSize != null && cacheRef.minSize.count > 0">
{{cacheRef.minSize.count}}{{cacheRef.minSize.unit}}
<span v-if="cacheRef.maxSize != null && cacheRef.maxSize.count > 0">- {{cacheRef.maxSize.count}}{{cacheRef.maxSize.unit}}</span>