全部产品
Search
文档中心

:RewriteConfig

更新时间:Sep 09, 2026

名称

类型

描述

示例值

object

URI 重写配置

equalRules

array

完全匹配规则

object

match

string

匹配规则

/old

replacement

string

替换规则

/new

wildcardRules

array

通配符匹配规则

object

match

string

匹配规则

/api/*

replacement

string

替换规则

/$1

regexRules

array

正则匹配规则

object

match

string

匹配规则

^/js/(.*?)$

replacement

string

替换规则

/public/javascripts/$1