Skip to content

Commit e26e129

Browse files
committed
缓存条件中的“条件类型”改为“缓存对象”
1 parent 280ceda commit e26e129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/js/components/server/http-cache-ref-box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Vue.component("http-cache-ref-box", {
176176
},
177177
template: `<tbody>
178178
<tr v-if="condCategory == 'simple'">
179-
<td class="title">条件类型 *</td>
179+
<td class="title">缓存对象 *</td>
180180
<td>
181181
<select class="ui dropdown auto-width" name="condType" v-model="condType" @change="changeCondType(condType, false)">
182182
<option value="url-extension">文件扩展名</option>

0 commit comments

Comments
 (0)