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