URL跳转模式默认改成匹配前缀

This commit is contained in:
刘祥超
2021-07-26 12:57:41 +08:00
parent 6e8403390b
commit 3c3408624d

View File

@@ -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 () {