mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 05:00:25 +08:00
URL跳转模式默认改成匹配前缀
This commit is contained in:
@@ -22,7 +22,8 @@ Tea.context(function () {
|
||||
} else if (this.redirect.matchRegexp) {
|
||||
this.mode = "matchRegexp"
|
||||
} else {
|
||||
this.mode = "equal"
|
||||
this.mode = "matchPrefix"
|
||||
this.redirect.matchPrefix = true
|
||||
}
|
||||
|
||||
this.$delay(function () {
|
||||
|
||||
Reference in New Issue
Block a user