将缓存默认key改为${scheme}://${host}${requestPath}${isArgs}${args}

This commit is contained in:
GoEdgeLab
2021-12-07 10:04:50 +08:00
parent 25549bdd7f
commit 590292a6df
4 changed files with 51 additions and 8 deletions

View File

@@ -189,7 +189,7 @@ Vue.component("http-cache-refs-config-box", {
</tr>
</tbody>
</table>
<p class="comment" v-if="refs.length > 1">所有条件匹配顺序为从上到下,可以拖动左侧的<i class="icon bars"></i>排序。</p>
<p class="comment" v-if="refs.length > 1">所有条件匹配顺序为从上到下,可以拖动左侧的<i class="icon bars"></i>排序。服务设置的优先级比全局缓存策略设置的优先级要高。</p>
<button class="ui button tiny" @click.prevent="addRef(false)">+添加缓存设置</button> &nbsp; &nbsp; <a href="" @click.prevent="addRef(true)">+添加不缓存设置</a>
</div>