mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 04:10:26 +08:00
文件扩展名相关变量使用${requestPathLowerExtension}
This commit is contained in:
@@ -4,7 +4,7 @@ Vue.component("http-cond-url-extension", {
|
|||||||
data: function () {
|
data: function () {
|
||||||
let cond = {
|
let cond = {
|
||||||
isRequest: true,
|
isRequest: true,
|
||||||
param: "${requestPathExtension}",
|
param: "${requestPathLowerExtension}",
|
||||||
operator: "in",
|
operator: "in",
|
||||||
value: "[]"
|
value: "[]"
|
||||||
}
|
}
|
||||||
@@ -95,7 +95,7 @@ Vue.component("http-cond-url-not-extension", {
|
|||||||
data: function () {
|
data: function () {
|
||||||
let cond = {
|
let cond = {
|
||||||
isRequest: true,
|
isRequest: true,
|
||||||
param: "${requestPathExtension}",
|
param: "${requestPathLowerExtension}",
|
||||||
operator: "not in",
|
operator: "not in",
|
||||||
value: "[]"
|
value: "[]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user