缓存条件中的“条件类型”改为“缓存对象”

This commit is contained in:
GoEdgeLab
2023-08-14 09:59:55 +08:00
parent 7fe05dc3a4
commit 688227a58a

View File

@@ -176,7 +176,7 @@ Vue.component("http-cache-ref-box", {
},
template: `<tbody>
<tr v-if="condCategory == 'simple'">
<td class="title">条件类型 *</td>
<td class="title">缓存对象 *</td>
<td>
<select class="ui dropdown auto-width" name="condType" v-model="condType" @change="changeCondType(condType, false)">
<option value="url-extension">文件扩展名</option>