mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-02 04:45:19 +08:00
路径规则改成路由规则
This commit is contained in:
@@ -3,9 +3,9 @@ Tea.context(function () {
|
||||
this.sort()
|
||||
}, 1000)
|
||||
|
||||
// 删除路径规则
|
||||
// 删除路由规则
|
||||
this.deleteLocation = function (locationId) {
|
||||
teaweb.confirm("确定要删除此路径规则吗?", function () {
|
||||
teaweb.confirm("确定要删除此路由规则吗?", function () {
|
||||
this.$post(".delete")
|
||||
.params({
|
||||
webId: this.webId,
|
||||
|
||||
Reference in New Issue
Block a user