名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | URI 重写配置 | ||
equalRules | array<object> | 完全匹配规则 | |
object | |||
match | string | 匹配规则 | /old |
replacement | string | 替换规则 | /new |
wildcardRules | array<object> | 通配符匹配规则 | |
object | |||
match | string | 匹配规则 | /api/* |
replacement | string | 替换规则 | /$1 |
regexRules | array<object> | 正则匹配规则 | |
object | |||
match | string | 匹配规则 | ^/js/(.*?)$ |
replacement | string | 替换规则 | /public/javascripts/$1 |
文档内容是否对您有帮助?