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